MRLab12 commented on code in PR #42005:
URL: https://github.com/apache/airflow/pull/42005#discussion_r1861146108
##########
airflow/models/baseoperator.py:
##########
@@ -909,6 +909,7 @@ def __init__(
task_display_name: str | None = None,
logger_name: str | None = None,
allow_nested_operators: bool = True,
+ call_on_kill_on_dagrun_timeout: bool = True,
Review Comment:
@ashb Any thoughts on what's the best path forward?
Also, I mentioned in a comment here that there has been a significant change
to the DAG properties. If we want to use this new
`call_on_kill_on_dagrun_timeout`, where should it go now?
--
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]