Description
Currently the Set Task Instances State public endpoint is at api_connexion/endpoints/task_instance_endpoint.py under post_set_task_instances_state. We need to migrate it to the api_fastapi/views/public/task_instances.py under a set_task_instances_state or similar.
Features and functionality of the endpoint will remain unchanged. Please note that this is a PUT endpoint, contrary to the name of the old API function starting with the word post.
Use case/motivation
AIP-84 cWiki Link: https://cwiki.apache.org/confluence/display/AIRFLOW/AIP-84+UI+REST+API
Related issues
Related to: #42370
Are you willing to submit a PR?
Code of Conduct
Description
Currently the Set Task Instances State public endpoint is at
api_connexion/endpoints/task_instance_endpoint.pyunderpost_set_task_instances_state. We need to migrate it to theapi_fastapi/views/public/task_instances.pyunder aset_task_instances_stateor similar.Features and functionality of the endpoint will remain unchanged. Please note that this is a
PUTendpoint, contrary to the name of the old API function starting with the wordpost.Use case/motivation
AIP-84 cWiki Link: https://cwiki.apache.org/confluence/display/AIRFLOW/AIP-84+UI+REST+API
Related issues
Related to: #42370
Are you willing to submit a PR?
Code of Conduct