RNHTTR opened a new issue, #29745: URL: https://github.com/apache/airflow/issues/29745
### Apache Airflow version 2.5.1 ### What happened `execution_date` is used in place of `logical_date` in all relevant Airflow REST API calls (e.g. [set_task_instance_state](https://airflow.apache.org/docs/apache-airflow/stable/stable-rest-api-ref.html#operation/post_set_task_instances_state)) except for trigger dag run. ### What you think should happen instead `execution_date` should be deprecated throughout Airflow ### How to reproduce Try to use `logical_date` in an Airflow REST API call ### Operating System n/a ### Versions of Apache Airflow Providers _No response_ ### Deployment Other ### Deployment details _No response_ ### Anything else `logical_date` should also replace `execution_date` in the Airflow UI for the "Task Instance Details" view. Related: #26916 ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
