From 67394343e5f265e4d435ed30a2d2068a4a5790f7 Mon Sep 17 00:00:00 2001 From: Kacper Muda Date: Tue, 6 Aug 2024 18:22:24 +0200 Subject: [PATCH] Add note about support for Airflow < 2.3 --- docs/integrations/airflow/older.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/integrations/airflow/older.md b/docs/integrations/airflow/older.md index 0400804a02..43c8f9e819 100644 --- a/docs/integrations/airflow/older.md +++ b/docs/integrations/airflow/older.md @@ -27,6 +27,8 @@ 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 below 2.3.0 is 1.14.0 + 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).