-
Notifications
You must be signed in to change notification settings - Fork 14.9k
Deprecate execution_date
in the Airflow REST API
#29745
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
Labels
area:API
Airflow's REST/HTTP API
good first issue
kind:task
A task that needs to be completed as part of a larger issue
Comments
+1 and probably #26916 should follow next |
+1 |
@hussein-awala are you still working on this pull request? If not, I would love to help out |
@dejadunlap I never had the time to finish my PR, I just closed it and assigned you this issue |
This is not used anymore in the API or UI in AF3. Closing |
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
good first issue
kind:task
A task that needs to be completed as part of a larger issue
Apache Airflow version
2.5.1
What happened
execution_date
is used in place oflogical_date
in all relevant Airflow REST API calls (e.g. set_task_instance_state) except for trigger dag run.What you think should happen instead
execution_date
should be deprecated throughout AirflowHow to reproduce
Try to use
logical_date
in an Airflow REST API callOperating System
n/a
Versions of Apache Airflow Providers
No response
Deployment
Other
Deployment details
No response
Anything else
logical_date
should also replaceexecution_date
in the Airflow UI for the "Task Instance Details" view.Related: #26916
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: