Open aliellis opened 1 month ago
Hi there, correct me if im wrong but dag-factory doesn't seem to support the dag_display_name property?
expected config/behaviour:
example_dag: default_args: owner: "a-person" start_date: '2024-10-08' schedule_interval: None catchup: False description: 'Responsible for running an example DAG' dag_display_name: "Pretty Example DAG"
We then get a DAG called "Pretty Example DAG" not "example_dag"
Looks like it can be tagged on anywhere around here? Happy to submit an MR if thats the case :)
Hi @aliellis , indeed, it seems to be the case. Please, if you could submit a PR, it would be apreciated!
Sweet, will do, thanks!
Hi there, correct me if im wrong but dag-factory doesn't seem to support the dag_display_name property?
expected config/behaviour:
We then get a DAG called "Pretty Example DAG" not "example_dag"
Looks like it can be tagged on anywhere around here? Happy to submit an MR if thats the case :)