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 define `start_date` in the per DAG or task without using `default_args` #286

Open tatiana opened 1 week ago

tatiana commented 1 week ago

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

start_date must be defined in default_args or DAG factory produces an error. This takes away the flexibility that Airflow gives you to define start_date at either the DAG level or in default_args or the task level.