Currently the Patch Mapped Task Instance public endpoint is at api_connexion/endpoints/task_instance_endpoint.py under patch_mapped_task_instance. We need to migrate it to the api_fastapi/views/public/task_instances.py under a patch_mapped_task_instance or similar.
Description
Currently the Patch Mapped Task Instance public endpoint is at
api_connexion/endpoints/task_instance_endpoint.py
underpatch_mapped_task_instance
. We need to migrate it to theapi_fastapi/views/public/task_instances.py
under apatch_mapped_task_instance
or similar.Use case/motivation
AIP-84 cWiki Link: https://cwiki.apache.org/confluence/display/AIRFLOW/AIP-84+UI+REST+API
Related issues
Related to: https://github.com/apache/airflow/issues/42370
Are you willing to submit a PR?
Code of Conduct