This message was deleted.
# ask-metaflow
m
This message was deleted.
c
If metaflow isn't propagating the environment variables into AWS Batch you can trying storing the environment as a flow artefact? e.g.
self.launch_env = dict(os.environ)
a
you can use @environment decorator to set env vars, it works with Batch too
👍 2