ephraimbuddy commented on issue #14635:
URL: https://github.com/apache/airflow/issues/14635#issuecomment-791906320


   I recall we had some discussions around it during development(@mik-laj ) to 
still have the update mask for this endpoint even though only the `is_paused` 
field is the updatable field for DAG. Same thing is also in Variables PATCH. 
   
   One thing we can do is to make the body of the PATCH method for DAG to 
accept only `is_paused` and also update that of Variables PATCH method to 
accept only `value`. I do not support removing update_mask.
   I will make a PR shortly to correct this


----------------------------------------------------------------
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.

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


Reply via email to