Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
Add note about support for Airflow < 2.3 (#362)
Browse files Browse the repository at this point in the history
* Add note about support for Airflow < 2.3

Signed-off-by: Kacper Muda <[email protected]>

* Add note about support for Airflow < 2.3

Signed-off-by: Kacper Muda <[email protected]>

---------

Signed-off-by: Kacper Muda <[email protected]>
  • Loading branch information
kacpermuda authored Aug 7, 2024
1 parent 495ce4d commit 0915e97
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/integrations/airflow/older.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ This means you don't have to do anything besides configuring where the events ar

##### Airflow 2.1 - 2.2

> **_NOTE:_** The last version of openlineage-airflow to support Airflow versions 2.1-2.2 is **1.14.0**
<br />

Integration for those versions has limitations: it does not support tracking failed jobs,
and job starts are registered only when a job ends (a `LineageBackend`-based approach collects all metadata
for a task on each task's completion).
Expand Down

0 comments on commit 0915e97

Please sign in to comment.