Apache Airflow provider that enables integration with Yandex Database (YDB). Current version is 2.5.2, supports Airflow 2.8+ and Python 3.10+. Released on a monthly cadence alongside Airflow.
pip install apache-airflow-providers-ydbNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a DAG that executes a YDB query using the YdbOperator. Requires an Airflow connection 'ydb_default' configured with YDB endpoint and database.
Update Airflow connection to use 'extra' field with 'endpoint' and 'database' keys instead of 'token'.
Migrate to YdbToClickhouseOperator for ClickHouse integration.
Set 'ssl_verify': 'false' in the connection's extra JSON if using self-signed certificates.