ketozhang commented on PR #34311:
URL: https://github.com/apache/airflow/pull/34311#issuecomment-1716155973

   Fixing the callback is out of scope in my opinion. However updating the 
documentation to address this behavior is important.
   
   The users can always add their own calls to the callback after checking the 
state
   
   ```py
   dagrun = dag.test()
   if dagrun.state == "failed":
       # run callback
   ```


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