apache-airflow-providers-ydb

Changelog

2.0.0

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

Features

  • Add an ability to use scan queries via new YDB operator (#42311)

1.3.0

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

Features

  • ydb provider: add bulk upsert support (#40631)

Misc

  • Clean up remaining getattr connection DbApiHook (#40665)

1.1.0

Features

  • support auth key from content and from file (#40390)

1.0.0

  • Initial version of the provider (#39996)

Was this entry helpful?