airbyte-protocol-models-dataclasses
Declares the Airbyte Protocol using Python Dataclasses. Dataclasses in Python have less performance overhead compared to Pydantic models, making them a more efficient choice for scenarios where speed and memory usage are critical
What it is and what it does
This package defines the Airbyte Protocol as a set of Python dataclasses. Airbyte is a data integration platform, and the protocol specifies the contract between connectors and the core platform. By using dataclasses instead of heavier alternatives, the package trades some validation features for lower memory and CPU overhead—useful when protocol messages are processed at scale or in resource-constrained environments.
The package contains no runtime dependencies, making it lightweight to integrate into connector code or platform components. It supports Python 3.9 and later. The underlying protocol is declared in JSONSchema (airbyte_protocol.yaml) and exposed through Python types, allowing developers to work with type hints and IDE autocomplete when building or consuming connectors.
Use it for:
- Building Airbyte source or destination connectors that need to emit or consume protocol messages with type safety
- Integrating Airbyte into data pipelines where connector performance and memory footprint matter
- Validating or transforming Airbyte protocol messages in middleware or orchestration layers
- Developing custom Airbyte extensions that interact with the protocol specification
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides Python dataclass models for the Airbyte Protocol, enabling type-safe work with Airbyte data pipeline specifications with minimal performance overhead.
Yes, if you are building or extending Airbyte connectors or integrations. The package is stable in practice (434174 monthly downloads, top 15000 on PyPI), has no dependencies, and MIT licensing removes legal friction. The 413-day gap since last release is a minor concern but not a blocker given the active repository. Install it if you need Airbyte protocol types; skip it otherwise.
Install
airbyte-protocol-models-dataclasses on PyPI
pip
pip install airbyte-protocol-models-dataclassesuv
uv add airbyte-protocol-models-dataclassespoetry
poetry add airbyte-protocol-models-dataclassesInstalling airbyte-protocol-models-dataclasses
Before you install
Low install friction with no runtime dependencies. Maintenance status is aging—last release was 413 days ago—but the repository remains active and supports current Python versions (3.9, 3.10, 3.11).
License in practice
MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects with minimal restrictions.
Quickstart
pip install airbyte-protocol-models-dataclasses
from airbyte_protocol_models_dataclasses import AirbyteMessage
message = AirbyteMessage(...)
Verify before relying
- Whether dataclass performance advantage over alternative model libraries is measurable for typical workloads
- Stability guarantees given the 'Alpha' development status despite being in use since 2024-08-23
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | none |
| Maintenance | aging — 413 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 434,174/month — #6,695 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: airbyte_protocol_models_dataclasses-0.18.0-py3-none-any.whl
Keywords: airbyte, airbyte-protocol
Tags
More Scientific/Engineering packages
NumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
pandaspandas provides fast, flexible data structures…
permissive · top 100 on PyPI
scipyscipy provides numerical algorithms for…
permissive · top 100 on PyPI
scikit-learnscikit-learn provides a comprehensive Python…
permissive · top 1,000 on PyPI
dilldill extends Python's pickle module to…
permissive · top 1,000 on PyPI
multiprocessMultiprocess is an enhanced fork of Python's…
permissive · top 1,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-protocol-models-pdv2Provides Python models and serialization for…
permissive · top 15,000 on PyPI
sigstore-modelsProvides Pydantic-based data models that mirror…
unclear · top 15,000 on PyPI
airbyte-cdkA framework for building Airbyte connectors…
permissive · top 5,000 on PyPI
apache-airflow-providers-airbyteIntegrates Airbyte data pipelines into Apache…
permissive · top 5,000 on PyPI
airbytePyAirbyte lets you run Airbyte data connectors…
unclear · top 5,000 on PyPI
py-avro-schemaGenerates Apache Avro schemas from Python…
permissive · top 15,000 on PyPI
airbyte-internal-opsProvides MCP (Model Context Protocol) server…
permissive · top 15,000 on PyPI
webrtc-modelsProvides Python data classes that implement the…
permissive · top 15,000 on PyPI