GitHub user DonHaul added a comment to the discussion: DAG callback `context` does not have `dag_run` set in Airflow 3 but it is set in Airflow 2.
@benitezfede a workaround I found that works for me is using [Notifiers](https://airflow.apache.org/docs/apache-airflow/stable/howto/notifications.html) , and pass the extra parameters I need through it. Might also work for your usecase GitHub link: https://github.com/apache/airflow/discussions/53618#discussioncomment-13960617 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
