-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
Add a param for get_dags endpoint to list only unpaused dags #28713
Conversation
c911d13
to
b8ca419
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The only_*
flags are starting to make me feel unconfortable and we might need a better parameter design at some point. (I don’t have a good idea in mind.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this is an improvement and not a bug fix, I moved it to 2.6.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Though should probably have some tests added
@ashb I just added the tests, can you re-check please? |
@hussein-awala Could you rebase and regenerate the yaml and typescript files please? |
@bbovenzi done |
Add a param for
get_dags
endpoint to filter paused dags and list only unpaused dags.(Stack Overflow question)