apache-airflow-providers-common-compat

Changelog

1.3.0

Note

This release of provider is only available for Airflow 2.9+ as explained in the Apache Airflow providers support policy.

Bug Fixes

  • fix(providers/common/compat): add back add_input_dataset and add_output_dataset to NoOpCollector (#44681)

  • Fix name of private function in compat provider (#44680)

Misc

  • Bump minimum Airflow version in providers to Airflow 2.9.0 (#44956)

  • Remove references to AIRFLOW_V_2_9_PLUS (#44987)

  • Consistent way of checking Airflow version in providers (#44686)

  • Remove unnecessary compatibility code in S3 asset import (#44714)

  • Move Asset user facing components to task_sdk (#43773)

  • Make AssetAliasEvent a class context.py (#44709)

  • Move triggers to standard provider (#43608)

1.2.2

Bug Fixes

  • serialize asset/dataset timetable conditions in OpenLineage info also for Airflow 2 (#43434)

  • Move python operator to Standard provider (#42081)

1.2.1

Misc

  • Rename dataset related python variable names to asset (#41348)

1.2.0

Note

This release of provider is only available for Airflow 2.8+ as explained in the Apache Airflow providers support policy.

Misc

  • Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)

1.1.0

Features

  • Add method to common.compat to not force hooks to try/except every 2.10 hook lineage call (#40812)

Misc

  • Migrate OpenLineage provider to V2 facets. (#39530)

  • Add support for hook lineage for S3Hook (#40819)

1.0.0

  • Initial version of the provider. (#40374)

Was this entry helpful?