apache / airflow

Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
https://airflow.apache.org/
Apache License 2.0
37.4k stars 14.36k forks source link

AIP-84 Patch Mapped Task Instance #43754

Closed omkar-foss closed 2 days ago

omkar-foss commented 3 weeks ago

Description

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.

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

omkar-foss commented 1 week ago

I suppose this is covered here in PR https://github.com/apache/airflow/pull/44223.

pierrejeambrun commented 2 days ago

Completed in https://github.com/apache/airflow/pull/44223