Typed Pydantic models for Airbyte connectors, currently at version 0.1.6. The library provides data validation and serialization for connector specifications, configurations, and states. It is under active development with an add-water cadence.
pip install airbyte-connector-modelsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a simple catalog with one stream and print JSON.
Pin pydantic to <2: `pip install pydantic<2`
Use `from airbyte_connector_models import <ModelName>`
Use `Field(default_factory=list)` or `Field(default_factory=dict)` in custom models