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


##########
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:
   Awesome, although since we need more keys, I was working on it in parallel 
since it became a blocker for some. Check 
https://github.com/apache/airflow/pull/53684



-- 
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