Skip to content

Commit

Permalink
fix: OL dag start event not being emitted (apache#42448)
Browse files Browse the repository at this point in the history
Signed-off-by: Kacper Muda <mudakacper@gmail.com>
  • Loading branch information
kacpermuda authored and joaopamaral committed Oct 21, 2024
1 parent 2354075 commit abd6168
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion airflow/providers/openlineage/plugins/listener.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit abd6168

Please sign in to comment.