kaxil commented on a change in pull request #10956:
URL: https://github.com/apache/airflow/pull/10956#discussion_r500963489
##########
File path: airflow/models/dagrun.py
##########
@@ -94,8 +103,14 @@ def __init__(
self.conf = conf or {}
self.state = state
self.run_type = run_type
+ self.dag_hash = dag_hash
+ self.callback: Optional[callback_requests.DagCallbackRequest] = None
Review comment:
removed `dagrun.callback` in
https://github.com/apache/airflow/pull/10956/commits/d8d115469c1d4436a7a1e9463df5c4c5fda2e26d
Will defer the name changing of update_state to a later PR since we haven't
changed any behavior i.e callbacks were executed previously. We just added a
flag which will not execute the callbacks there.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]