Migrate public endpoint Patch Task Instance to FastAPI#44223
Migrate public endpoint Patch Task Instance to FastAPI#44223pierrejeambrun merged 3 commits intoapache:mainfrom
Conversation
|
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. |
addcfe1 to
f6c3f24
Compare
pierrejeambrun
left a comment
There was a problem hiding this comment.
I think we need to include the update_mask as we do for other patch endpoints. (The state part would actually be the set_task_instance_state of your other PR)
@pierrejeambrun I've added Yes got it, sure, I've closed the other Set Task Instance State PR #44246. |
a1a6f18 to
fcb6ea5
Compare
|
All conversations resolved, PR rebased with |
40d4fad to
fc0fdff
Compare
|
@pierrejeambrun all checks passing, and have rebased with |
pierrejeambrun
left a comment
There was a problem hiding this comment.
Just a couple of comments.
Looking good, ready to merge after that.
tests/api_fastapi/core_api/routes/public/test_task_instances.py
Outdated
Show resolved
Hide resolved
tests/api_fastapi/core_api/routes/public/test_task_instances.py
Outdated
Show resolved
Hide resolved
fc0fdff to
0555d68
Compare
dd5a030 to
77fff68
Compare
|
@pierrejeambrun PR rebased with |
* Migrate public endpoint Patch Task Instance to FastAPI * Re-run static checks * Replace remaining hardcoded new state
closes: #43753, #43754 and #43752
related: #42370
This migrates the Patch Task Instance API from
api_connexiontoapi_fastapi.