-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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 bundle name arg to list dags cli command #45779
Conversation
7b4d630
to
303d6c3
Compare
@ambika-garg, check our #46571 which just made it so more than 1 bundle can be passed via the cli. You'll need to refactor a tiny bit to support that here. |
![]() |
338c962
to
108783a
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.
Overall looks good. Think we need some cycles on tests though.
I've fixed the test, it works fine now. Please review it once. I think now PR looks good. |
d0b4421
to
9fca971
Compare
41039ae
to
455cc0d
Compare
…undle fields in the CLI
* Fix the list_dags function, to filter the dags by bundle name
Co-authored-by: Jed Cunningham <[email protected]>
Co-authored-by: Jed Cunningham <[email protected]>
…undle fields in the CLI
Co-authored-by: Jed Cunningham <[email protected]>
Co-authored-by: Jed Cunningham <[email protected]>
455cc0d
to
a17c156
Compare
Thanks @ambika-garg! |
Co-authored-by: Jed Cunningham <[email protected]>
closes: #45646
^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named
{pr_number}.significant.rst
or{issue_number}.significant.rst
, in newsfragments.