apache-airflow-providers-openlineage

Changelog

1.3.1

Bug Fixes

  • Fix typo. (#36362)

1.3.0

Features

  • feat: Add parent_run_id for COMPLETE and FAIL events (#36067)

  • Add basic metrics to stats collector. (#35368)

Bug Fixes

  • fix: Repair run_id for OpenLineage FAIL events (#36051)

  • Fix and reapply templates for provider documentation (#35686)

Misc

  • Remove ClassVar annotations. (#36084)

1.2.1

Misc

  • Make schema filter uppercase in 'create_filter_clauses' (#35428)

1.2.0

Features

  • Send column lineage from SQL operators. (#34843)

1.1.1

Misc

  • Adjust log levels in OpenLineage provider (#34801)

1.1.0

Features

  • Allow to disable openlineage at operator level (#33685)

Bug Fixes

  • Fix import in 'get_custom_facets'. (#34122)

Misc

  • Improve modules import in Airflow providers by some of them into a type-checking block (#33754)

  • Add OpenLineage support for DBT Cloud. (#33959)

  • Refactor unneeded  jumps in providers (#33833)

  • Refactor: Replace lambdas with comprehensions in providers (#33771)

1.0.2

Bug Fixes

  • openlineage: don't run task instance listener in executor (#33366)

  • openlineage: do not try to redact Proxy objects from deprecated config (#33393)

  • openlineage: defensively check for provided datetimes in listener (#33343)

Misc

  • Add OpenLineage support for Trino. (#32910)

  • Simplify conditions on len() in other providers (#33569)

  • Replace repr() with proper formatting (#33520)

1.0.1

Bug Fixes

  • openlineage: disable running listener if not configured (#33120)

  • Don't use database as fallback when no schema parsed. (#32959)

Misc

  • openlineage, bigquery: add openlineage method support for BigQueryExecuteQueryOperator (#31293)

  • Move openlineage configuration to provider (#33124)

1.0.0

Initial version of the provider.

Was this entry helpful?