Environment can be added in both Python task and Container task, so when you define the python task config or container task config, we can give the env as follows:
you can also pass the secret as an env variable in a workflow. To use a secret, instead of passing the value of env, you can pass the secret FQN of the secret in place of value.
Environment can be added in both Python task and Container task, so when you define the python task config or container task config, we can give the env as follows:
you can also pass the secret as an env variable in a workflow. To use a secret, instead of passing the value of env, you can pass the secret FQN of the secret in place of value.