Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support dag_display_name property #233

Open
aliellis opened this issue Oct 9, 2024 · 1 comment
Open

Support dag_display_name property #233

aliellis opened this issue Oct 9, 2024 · 1 comment

Comments

@aliellis
Copy link

aliellis commented Oct 9, 2024

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 :)

@tatiana
Copy link
Collaborator

tatiana commented Oct 21, 2024

Hi @aliellis , indeed, it seems to be the case. Please, if you could submit a PR, it would be apreciated!

@tatiana tatiana added this to the DAG Factory 0.21.0 milestone Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants