- Python task config: you can pass the environment variables in the config by using env argument which takes dict as input, where key and value both are strings.
- Container task config: The container task config also takes env as input argument, similar to python task config , where you can pass the env variable in key value pair as dict.