airbyte-connector-models
Typed Pydantic models for Airbyte connectors
What it is and what it does
Airbyte Connector Models is a code-generation library that wraps Airbyte connector specifications into Pydantic models, enabling type-safe configuration and record handling in Python. It generates models nightly from the latest connector schemas, covering config specs for all source and destination connectors, record types for streams, and metadata used by the Airbyte Connector Registry. The package depends on airbyte-api, airbyte-cdk, pydantic, and requests, and is designed to integrate with the Airbyte ecosystem for end-to-end typed data pipelines.
The models preserve original field casing and support additional properties for fields not in the schema, providing ergonomic access to both standard and custom connector fields. It targets Python versions >=3.10,<3.13 and is actively maintained with frequent updates to track connector changes.
Use it for:
- Build type-checked Airbyte connector configurations in Python with IDE autocomplete and static type validation.
- Integrate Airbyte connectors into data pipelines while maintaining end-to-end type safety for configuration and records.
- Validate connector configurations before runtime by leveraging Pydantic's automatic validation on model instantiation.
- Access custom and undocumented connector fields ergonomically through Pydantic's additional properties support.
- Keep connector type definitions in sync with Airbyte's latest specifications through nightly model regeneration.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides automatically generated Pydantic models for type-safe configuration and record handling across all Airbyte connectors, with nightly updates to stay synchronized with connector specifications.
Yes. The package has low install friction, active maintenance, no known vulnerabilities, and a permissive MIT license. It solves a real problem—type safety for Airbyte connector configuration—and integrates cleanly with the Airbyte ecosystem. Install it if you use Airbyte connectors in Python and want IDE support and static type checking; note that record models are marked as planned functionality, so verify their availability for your use case.
Install
airbyte-connector-models on PyPI
pip
pip install airbyte-connector-modelsuv
uv add airbyte-connector-modelspoetry
poetry add airbyte-connector-modelsInstalling airbyte-connector-models
Before you install
Low install friction with a pure-Python wheel and four runtime dependencies (airbyte-api, airbyte-cdk, pydantic, requests). Package is actively maintained with a recent release.
License in practice
MIT license permits unrestricted use, modification, and distribution with minimal restrictions, making it safe for both open-source and commercial projects.
Quickstart
pip install airbyte-connector-models
from airbyte_connector_models.connectors.postgres.source.config import SourcePostgresConfigSpec
config = SourcePostgresConfigSpec(
host="localhost",
port=5432,
database="mydb",
username="user",
password="pass"
)
Requires Python >=3.10,<3.13; connector-specific model paths depend on which Airbyte connectors you need to configure.
Verify before relying
- Whether record models (noted as 'planned functionality') are fully available or still under development in version 0.1.9.
- The frequency and reliability of nightly model regeneration and how breaking schema changes are handled.
- Whether additional properties support works as documented for connectors with custom or undocumented fields.
Package facts
| License | MIT (permissive) |
| Python support | capped below the current Python release (<3.13,>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 4 — airbyte-api, airbyte-cdk, pydantic, requests |
| Maintenance | actively maintained — 0 days since the last release |
| First released | |
| Downloads | 119,890/month — #12,051 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: airbyte_connector_models-0.1.9-py3-none-any.whl
Tags
More Database packages
psycopg2-binary is a PostgreSQL database…
copyleft · top 1,000 on PyPI
redisPython client library for connecting to and…
permissive · top 1,000 on PyPI
ydbYDB Python SDK is the official client library…
permissive · top 1,000 on PyPI
snowflake-connector-pythonConnects Python applications to Snowflake data…
permissive · top 1,000 on PyPI
sqlparsesqlparse tokenizes SQL text into a tree of…
permissive · top 1,000 on PyPI
dbt-adaptersProvides base adapter protocols and shared…
permissive · top 1,000 on PyPI
airbyte-protocol-models-dataclassesProvides Python dataclass models for the…
permissive · top 15,000 on PyPI
avidtoolsavidtools provides Pydantic data models and…
permissive · top 15,000 on PyPI
connector-sdk-typesProvides auto-generated Pydantic type…
permissive · top 15,000 on PyPI
airbyte-protocol-modelsProvides Python data models and type…
permissive · top 15,000 on PyPI
airbyte-source-declarative-manifestBuilds source connectors from declarative…
permissive · top 15,000 on PyPI
airbyte-protocol-models-pdv2Provides Python models and serialization for…
permissive · top 15,000 on PyPI
airbytePyAirbyte lets you run Airbyte data connectors…
unclear · top 5,000 on PyPI
airbyte-cdkA framework for building Airbyte connectors…
permissive · top 5,000 on PyPI
sigstore-modelsProvides Pydantic-based data models that mirror…
unclear · top 15,000 on PyPI
jsonschema-pydanticConverts JSON Schema definitions into Pydantic…
unclear · top 15,000 on PyPI