Open omkar-foss opened 1 day ago
All checks passed, PR is ready for review ✅
@pierrejeambrun I'm adding the Set Task Instance Note functionality to this (Patch Task Instance) API as you mentioned here. Will update this PR in a while.
I think we need to include the
update_mask
as we do for other patch endpoints. (The state part would actually be theset_task_instance_state
of your other PR)
@pierrejeambrun I've added update_mask
here in this PR to Patch Task Instance API.
Yes got it, sure, I've closed the other Set Task Instance State PR https://github.com/apache/airflow/pull/44246.
closes: https://github.com/apache/airflow/issues/43753, https://github.com/apache/airflow/issues/43754 and https://github.com/apache/airflow/issues/43752 related: https://github.com/apache/airflow/issues/42370
This migrates the Patch Task Instance API from
api_connexion
toapi_fastapi
.