Join Slack
Powered by
This message was deleted.
# ask-metaflow
m
melodic-flag-24742
07/12/2021, 12:52 PM
This message was deleted.
c
calm-smartphone-49719
07/12/2021, 12:56 PM
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
average-beach-28850
07/12/2021, 1:21 PM
you can use @environment decorator to set env vars, it works with Batch too
👍 2
3
Views
Open in Slack
Previous
Next