o-nikolas commented on issue #29960:
URL: https://github.com/apache/airflow/issues/29960#issuecomment-1461068942

   > Oh damn indeed the operator will now try to update configuration :( Maybe 
the best way to handle both ways would be to add a parameter in the operator 
`update_config: bool = False`. And the update behavior would only happens in 
case this parameter is set to True?
   
   This would be a straightforward solution for sure! But it would be an API 
change, and we can't put the genie back in the bottle: your change is already 
out and folks could be already using it with the expectation that it updates 
the job without the need for a flag. However, I think that's a pretty small 
contingent of folks, and we could consider this behaviour a bug, honestly, so 
fixing it in this way should probably not trigger back compat. I'd be 
interested to hear what others think. 


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