MRLab12 commented on code in PR #42005:
URL: https://github.com/apache/airflow/pull/42005#discussion_r1825011631
##########
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 @RNHTTR Checking in here. Do we want to move forward with this PR?
--
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]