Brunda10 commented on issue #53901:
URL: https://github.com/apache/airflow/issues/53901#issuecomment-3187893114

   Hi @metalshanked  and @potiuk 
   
   Since update_mask is missing in bulk operations handle actions (create, 
delete, update) as part of a payload, I’ve added update_mask handling 
specifically inside the update action (not as a query parameter) and verified 
that it works as expected.
   
   Also, we could also expose update_mask as a global query parameter for bulk 
requests, but I’m leaning towards having it inside each update action payload 
since each action can target different entities.
   
   Option 1 (current): update_mask is part of each update action payload 
(allows per-entity control).
   
   Option 2: update_mask as a global query parameter for the bulk request 
(applies to all updates in that bulk call).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to