airbyte-source-declarative-manifest
Base source implementation for low-code sources.
What it is and what it does
This package is a special Airbyte source connector that reads a declarative manifest file and dynamically creates a working data source from it, eliminating the need to write custom connector code. It acts as an interface to the Airbyte Python CDK's low-code capabilities, allowing you to define data extraction logic declaratively rather than imperatively.
The connector is designed to run in Docker or PyAirbyte environments and accepts a configuration file containing both the manifest definition and any credentials or parameters the manifest requires. It exposes standard Airbyte connector commands (spec, check, discover, read) and is versioned in lockstep with the underlying CDK—meaning you should use matching versions of both packages.
Use it for:
- Define a data source from a REST API using only a manifest file, without writing Python connector code.
- Rapidly prototype new data integrations by iterating on manifest configuration rather than redeploying code.
- Run Airbyte connectors in containerized environments where you want to inject connector logic via configuration.
- Test and validate data extraction logic before committing to a full custom connector implementation.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Builds source connectors from declarative manifest files without requiring code, enabling low-code data integration through the Airbyte Python CDK.
Yes, if you are building or using Airbyte integrations and want to create sources declaratively. Install it as part of an Airbyte deployment or PyAirbyte workflow, not as a standalone library. Verify that your use case aligns with the documented scope (Docker/PyAirbyte, not yet platform-level) and that you have matching airbyte-cdk version available.
Install
airbyte-source-declarative-manifest on PyPI
pip
pip install airbyte-source-declarative-manifestuv
uv add airbyte-source-declarative-manifestpoetry
poetry add airbyte-source-declarative-manifestInstalling airbyte-source-declarative-manifest
Before you install
Low friction install with a single runtime dependency on airbyte-cdk. Active maintenance status with recent releases, though the package is explicitly tied to CDK versioning and not yet intended for platform-level standalone use.
License in practice
MIT license permits unrestricted use, modification, and distribution with minimal legal friction.
Quickstart
pip install airbyte-source-declarative-manifest
# Run connector commands via CLI (typically in Docker or PyAirbyte context)
# poetry run source-declarative-manifest spec
# poetry run source-declarative-manifest check --config config.json
Requires Python 3.10 or 3.11 (not 3.12+). Intended for Docker or PyAirbyte environments; not yet supported as a standalone platform connector. Requires airbyte-cdk version matching this package version.
Verify before relying
- Whether the connector works reliably outside Docker and PyAirbyte environments despite the documentation caveat about platform support.
- What specific manifest schema versions are supported and how breaking changes are communicated.
Package facts
| License | MIT (permissive) |
| Python support | capped below the current Python release (<3.12,>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — airbyte-cdk |
| Maintenance | actively maintained — 644 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 327,823/month — #7,566 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: airbyte_source_declarative_manifest-6.5.2-py3-none-any.whl
Tags
More Application Frameworks packages
FastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
textualTextual is a Python framework for building…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
mcpBuild and connect to Model Context Protocol…
permissive · top 1,000 on PyPI
WerkzeugWerkzeug is a WSGI utility library providing…
permissive · top 1,000 on PyPI
airbyte-cdkA framework for building Airbyte connectors…
permissive · top 5,000 on PyPI
pyatlanOfficial Python SDK for Atlan, providing…
permissive · top 15,000 on PyPI
spaceforgeSpaceforge is a Python framework for building…
permissive · top 15,000 on PyPI
airbytePyAirbyte lets you run Airbyte data connectors…
unclear · top 5,000 on PyPI
airbyte-connector-modelsProvides automatically generated Pydantic…
permissive · top 15,000 on PyPI
airbyte-protocol-modelsProvides Python data models and type…
permissive · top 15,000 on PyPI
airbyte-apiPython SDK for programmatically controlling…
unclear · top 5,000 on PyPI
dagster-airbyteIntegrates Airbyte data connectors with…
permissive · top 15,000 on PyPI
fivetran-connector-sdkBuild and deploy custom Python data connectors…
permissive · top 15,000 on PyPI
airbyte-protocol-models-pdv2Provides Python models and serialization for…
permissive · top 15,000 on PyPI