skillfed

airbyte-protocol-models-pdv2

Declares the Airbyte Protocol.

airbyte-protocol-models-pdv2 v0.18.0 286.0K downloads/30d#8,051 on PyPI13
Permissive license MIT AGING released

What it is and what it does

airbyte-protocol-models-pdv2 is a Python package that declares and implements the Airbyte Protocol—the standard message format used by Airbyte data integration connectors to communicate. It provides serializable data models built on pydantic, allowing connectors and integration tools to construct, validate, and exchange protocol-compliant messages. The package is part of Airbyte's core infrastructure and is typically used as a dependency rather than directly in application code.

The package supports Python 3.9 and later, has low install friction (only pydantic as a runtime dependency), and is distributed as a wheel. While the project repository remains active, the package itself has not seen a release in over a year, suggesting it may be in a stable or maintenance-only state rather than under active feature development.

Use it for:

  • Building custom Airbyte connectors that need to emit protocol-compliant messages to the Airbyte platform.
  • Integrating with Airbyte's data pipeline infrastructure where protocol message validation is required.
  • Testing or debugging Airbyte connector behavior by constructing and inspecting protocol messages locally.
  • Developing tooling or utilities that need to parse or generate Airbyte Protocol messages.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides Python models and serialization for the Airbyte Protocol, enabling data integration connectors to communicate using Airbyte's standard message format.

Yes, if you are building or extending Airbyte connectors or integrations that require protocol-compliant message handling. The permissive MIT license, low dependency footprint, and stable API make it safe to adopt. However, the 413-day release gap warrants checking whether active development continues or whether you need to pin to version 0.18.0 for stability. Not necessary for users simply running Airbyte connectors.

Install

airbyte-protocol-models-pdv2 on PyPI

pip

pip install airbyte-protocol-models-pdv2

uv

uv add airbyte-protocol-models-pdv2

poetry

poetry add airbyte-protocol-models-pdv2

Installing airbyte-protocol-models-pdv2

Before you install

Low install friction with a single dependency on pydantic. Maintenance status is aging—last release was 413 days ago, though the repository remains active with recent commits as of 2026-01-27.

License in practice

MIT license is permissive and places no restrictions on use, modification, or distribution in proprietary or open-source projects.

Quickstart

pip install airbyte-protocol-models-pdv2

from airbyte_protocol_models_pdv2 import AirbyteMessage

message = AirbyteMessage(...)

Requires Python 3.9 or later.

Verify before relying

  • Whether the package is actively maintained or in maintenance-only mode despite the 413-day gap since last release.
  • What specific protocol versions this package supports and whether it handles backward compatibility.
  • Whether this package is intended for direct use or primarily as a dependency for Airbyte connectors.

Package facts

License MIT (permissive)
Python support supports the current Python release (>=3.9)
Install friction low — pure-Python wheel
Runtime dependencies 1 — pydantic
Maintenance aging — 413 days since the last release
Last repo commit
First released
Downloads 285,963/month — #8,051 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: airbyte_protocol_models_pdv2-0.18.0-py3-none-any.whl

Keywords: airbyte, airbyte-protocol

Development Status :: 3 - AlphaIntended Audience :: DevelopersLicense :: OSI Approved :: MIT LicenseProgramming Language :: Python :: 3.9Topic :: Scientific/EngineeringTopic :: Software Development :: Libraries :: Python Modules

Tags

airbyte protocol modelsairbyte message serializationdata integration protocolairbyte connector communicationprotocol data structures
data-integrationprotocol-models

More Scientific/Engineering packages

numpy

NumPy provides an N-dimensional array object…

permissive · top 100 on PyPI

pandas

pandas provides fast, flexible data structures…

permissive · top 100 on PyPI

scipy

scipy provides numerical algorithms for…

permissive · top 100 on PyPI

scikit-learn

scikit-learn provides a comprehensive Python…

permissive · top 1,000 on PyPI

dill

dill extends Python's pickle module to…

permissive · top 1,000 on PyPI

multiprocess

Multiprocess is an enhanced fork of Python's…

permissive · top 1,000 on PyPI

airbyte-protocol-models

Provides Python data models and type…

permissive · top 15,000 on PyPI

airbyte-protocol-models-dataclasses

Provides Python dataclass models for the…

permissive · top 15,000 on PyPI

airbyte-connector-models

Provides automatically generated Pydantic…

permissive · top 15,000 on PyPI

airbyte-source-declarative-manifest

Builds source connectors from declarative…

permissive · top 15,000 on PyPI

airbyte

PyAirbyte lets you run Airbyte data connectors…

unclear · top 5,000 on PyPI

airbyte-cdk

A framework for building Airbyte connectors…

permissive · top 5,000 on PyPI

airbyte-internal-ops

Provides MCP (Model Context Protocol) server…

permissive · top 15,000 on PyPI

airbyte-api

Python SDK for programmatically controlling…

unclear · top 5,000 on PyPI

apache-airflow-providers-airbyte

Integrates Airbyte data pipelines into Apache…

permissive · top 5,000 on PyPI

dagster-airbyte

Integrates Airbyte data connectors with…

permissive · top 15,000 on PyPI