elegant-dress-32875
01/24/2023, 6:24 PM> python hellworld.py run
Metaflow 2.7.19 executing HelloAWSFlow for user:sderosa
Validating your flow...
The graph looks good!
Running pylint...
Pylint is happy!
Metaflow service error:
Metadata request (/flows/HelloAWSFlow) failed (code 403): {"message":"Forbidden"}
if i remove my ~/.metaflowconfig
, i can run the helloworld flow no problem. Then when i copy it back, i get the same 403
error. I can aws s3 cp
without any issues. Any idea whats going on ?