From abd616874fba0388a53b1d3029b3b9be6e26f6eb Mon Sep 17 00:00:00 2001 From: Kacper Muda Date: Thu, 26 Sep 2024 13:34:41 -0400 Subject: [PATCH] fix: OL dag start event not being emitted (#42448) Signed-off-by: Kacper Muda --- airflow/providers/openlineage/plugins/listener.py | 1 - 1 file changed, 1 deletion(-) diff --git a/airflow/providers/openlineage/plugins/listener.py b/airflow/providers/openlineage/plugins/listener.py index fbe50e4a728a5..9c568aa374196 100644 --- a/airflow/providers/openlineage/plugins/listener.py +++ b/airflow/providers/openlineage/plugins/listener.py @@ -439,7 +439,6 @@ def on_dag_run_running(self, dag_run: DagRun, msg: str) -> None: self.submit_callable( self.adapter.dag_started, dag_id=dag_run.dag_id, - run_id=dag_run.run_id, logical_date=dag_run.logical_date, start_date=dag_run.start_date, nominal_start_time=data_interval_start,