eladkal commented on code in PR #41627:
URL: https://github.com/apache/airflow/pull/41627#discussion_r1735730223
##########
airflow/api_connexion/schemas/dag_schema.py:
##########
@@ -113,6 +113,7 @@ class DAGDetailSchema(DAGSchema):
template_searchpath = fields.String(dump_only=True)
render_template_as_native_obj = fields.Boolean(dump_only=True)
last_loaded = fields.DateTime(dump_only=True, data_key="last_parsed")
+ call_on_kill_on_dagrun_timeout = fields.Boolean(dump_only=True)
Review Comment:
What would be the scenario where dagrun/task timeout and you wouldn't want
to execute the `on_kill`?
--
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]