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


##########
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:
   Finally I managed to get the `dag_run` information without querying from the 
database and pass it on until I can set it in the callback context.



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