-
Notifications
You must be signed in to change notification settings - Fork 15.1k
feat (airflowctl): add dag operations to conform all API endpoints #50424
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
Conversation
@bugraoz93 Does it need adding all query parameters to operation method? Existed method like Get Dag Runs, doesn't have all parameters. |
Yes, it would be ideal to include those parameters as well, but we can exclude DagRun from the scope of this one. |
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.
Direction looks good!
These should also be under the dag operations.
- dag_version
- dag_warnings
- dag_stats
- dag_list_import_errors
d58034e
to
bd25d9f
Compare
6bc777c
to
020f72c
Compare
Thanks for the updates! I will check this in detail tomorrow :) |
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.
Looks good! Thanks @jx2lee!
Thanks for review @bugraoz93 🙏 |
I saw you have already found one. Thanks! :) |
Rebasing and merging :) |
closes: #45665
TBU: Local test w/ breeze
^ 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 airflow-core/newsfragments.