PraveenA95 opened a new pull request #18944:
URL: https://github.com/apache/airflow/pull/18944


   **Feature to override user defined env variables on System Env Variables** 
   
   Currently in bash operator whenever a user passes a environment variables 
using `env` argument, the user defined environment variables overrides the 
existing system environment variables. In this PR, I have introduced a new 
argument called `append_env`. The default value for this will be False. When 
append_env is set True then we will update the system environment variables 
with user defined environment variables(new Behavior), If set False, we ignore 
the system environment variables and use the user defined variables(Existing 
Behavior)
   


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