adamant-eye-92351
08/06/2025, 8:26 AMRemember to set theWhat does it mean in the context of deploying a flow with aws step functions? For instance: ⢠Should I specifywhen deploying to production as well.environment=uv
--environment=uv
when calling step-functions create
?
⢠Within a CI/CD workflow, would setting the environment variable METAFLOW_ENVIRONMENT=uv be sufficient?
Thanks in advance!handsome-city-1083
08/06/2025, 11:49 AM⢠Within a CI/CD workflow, would setting the environment variable METAFLOW_ENVIRONMENT=uv be sufficient?This has worked for me. In case it makes a difference we're deploying with argo
adamant-eye-92351
08/07/2025, 11:56 AM