apache-airflow-providers-ydb
Changelog¶
2.2.2¶
Release Date: 2025-08-02
Misc¶
Add Python 3.13 support for Airflow. (#46891)
Remove type ignore across codebase after mypy upgrade (#53243)
Cleanup type ignores in ydb provider where possible (#53250)
Remove upper-binding for "python-requires" (#52980)
Temporarily switch to use >=,< pattern instead of '~=' (#52967)
2.2.1¶
Release Date: 2025-07-06
Misc¶
Move 'BaseHook' implementation to task SDK (#51873)
Drop support for Python 3.9 (#52072)
2.2.0¶
Release Date: 2025-05-18
Note
This release of provider is only available for Airflow 2.10+ as explained in the Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>_.
Misc¶
Bump min Airflow version in providers to 2.10 (#49843)
2.1.1¶
Release Date: 2025-03-13
Bug Fixes¶
fIx deprecation warnings in common.sql (#47169)
Misc¶
Replace ydb limitation with yandexcloud exclusion (#47142)
Limit ydb to < 3.19.0 (#47105)
Upgrade flit to 3.11.0 (#46938)
2.1.0¶
Release Date: 2024-12-26
Note
This release of provider is only available for Airflow 2.9+ as explained in the Apache Airflow providers support policy.
Misc¶
Bump minimum Airflow version in providers to Airflow 2.9.0 (#44956)
Update DAG example links in multiple providers documents (#44034)
2.0.0¶
Release Date: 2024-11-18
Note
This release removes YDBScanQueryOperator from this provider package. At this point, YDBExecuteQueryOperator could load unlimited amount of rows, so no specific operator is needed.
Breaking changes¶
Migrate YDB Operator to new DBAPI (#43784)
Misc¶
Add support for semicolon stripping to DbApiHook, PrestoHook, and TrinoHook (#41916)
1.4.0¶
Release Date: 2024-10-14
Features¶
Add an ability to use scan queries via new YDB operator (#42311)
1.3.0¶
Release Date: 2024-08-22
Note
This release of provider is only available for Airflow 2.8+ as explained in the Apache Airflow providers support policy.
Misc¶
Add database to table name in bulk upsert, use bulk upsert in system test (#41303)
Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)
1.2.0¶
Release Date: 2024-08-06
Features¶
ydb provider: add bulk upsert support (#40631)
Misc¶
Clean up remaining getattr connection DbApiHook (#40665)
1.1.0¶
Release Date: 2024-07-12
Features¶
support auth key from content and from file (#40390)
1.0.0¶
Release Date: 2024-06-27
Initial version of the provider (#39996)