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

   > @o-nikolas - it would be 2. the entire` containerOverrides` will be 
replaced with what is provided in `overrides` as part of the `executor_config`, 
same with `tags`.
   
   Interesting, that means if you want to just update one field for a 
particular task or DAG (like in this example, add some tags or update the 
memory for a particularly heavy task) you may wipe out 10s or even ~100 lines 
of config settings, and to avoid that you'd need to copy all those settings 
into the executor_config of the task or dag to just change one or two of them. 
That feels like a bit of a crummy user experience?


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to