kaxil commented on code in PR #53654:
URL: https://github.com/apache/airflow/pull/53654#discussion_r2224737985


##########
airflow-core/src/airflow/models/dagrun.py:
##########
@@ -1356,6 +1356,7 @@ def handle_dag_callback(self, dag: SDKDAG, success: bool 
= True, reason: str = "
             "dag": dag,
             "run_id": str(self.run_id),
             "reason": reason,
+            "dag_run": self,

Review Comment:
   Check https://github.com/apache/airflow/pull/53058 for similar pattern



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to