potiuk commented on code in PR #38683:
URL: https://github.com/apache/airflow/pull/38683#discussion_r1555005706
##########
airflow/models/dag.py:
##########
@@ -690,6 +694,7 @@ def __init__(
)
self.dagrun_timeout = dagrun_timeout
self.sla_miss_callback = sla_miss_callback
+ self.toggle_dag_callback = toggle_dag_callback
Review Comment:
Yes, it could be done this way, though it's a bit complex to implement, just
to warn you :)
--
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]