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

Add support for queued state in DagRun update endpoint. #23481

Merged
merged 1 commit into from
May 9, 2022

Conversation

tirkarthi
Copy link
Contributor

closes: #23420
related: #23420

@boring-cyborg boring-cyborg bot added the area:API Airflow's REST/HTTP API label May 4, 2022
@@ -2442,6 +2442,7 @@ components:
enum:
- success
- failed
- queued
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess this probably needs a note in description that this value was added in 2.3.1 or 2.4.0?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a good point. I think we lack a bit of coordination on the API versioning policies. Created an issue for that. #23585

@potiuk potiuk merged commit 4485393 into apache:main May 9, 2022
@ephraimbuddy ephraimbuddy added this to the Airflow 2.4.0 milestone Aug 11, 2022
@ephraimbuddy ephraimbuddy added the type:improvement Changelog: Improvements label Aug 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:API Airflow's REST/HTTP API type:improvement Changelog: Improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a queue DAG run endpoint to REST API
3 participants