You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
metaflow configure aws suggests metaflow/data as default prefix for METAFLOW_DATATOOLS_S3ROOT if the environment variable METAFLOW_DATATOOLS_S3ROOT isn't set already - what should not be assumed in my opinion.
I encountered a small issue.
The default S3 prefixes in the AWS Template might not match with the suggested S3 prefixes in
metaflow configure aws
https://github.com/outerbounds/metaflow-tools/blob/b76986369a8a44ce6186743c95c7e65143335982/aws/cloudformation/metaflow-cfn-template.yml#L1835-L1840
metaflow configure aws
suggestsmetaflow/data
as default prefix forMETAFLOW_DATATOOLS_S3ROOT
if the environment variableMETAFLOW_DATATOOLS_S3ROOT
isn't set already - what should not be assumed in my opinion.metaflow/metaflow/cmd/configure_cmd.py
Lines 262 to 265 in 01e52c5
The text was updated successfully, but these errors were encountered: