astronomer / dag-factory

Dynamically generate Apache Airflow DAGs from YAML configuration files
Apache License 2.0
1.21k stars 182 forks source link

[bug] Unable to set task `execution_timeout` at a DAG level #285

Open tatiana opened 1 week ago

tatiana commented 1 week ago

This feedback was reported by Karen Braganza on DAG Factory 0.19.0:

execution_timeout cannot be defined in default_args. This results in an error. It has to be individually defined for tasks. This is repetitive especially for DAGs with several tasks with the same execution_timeout.