Hey, guys! I try to launch simple toy code for su...
# ask-metaflow
b
Hey, guys! I try to launch simple toy code for subsequent deployment using
argo workflows
, but I got the following error:
Copy code
(venv) denis@denis-TM1703:~/PycharmProjects/deploy$ python main.py --with retry argo-workflows create
Metaflow 2.9.14 executing ParameterFlow for user:denis
Validating your flow...
    The graph looks good!
Running pylint...
    Pylint not found, so extra checks are disabled.
Deploying parameterflow to Argo Workflows...
    Metaflow service error:
    Metadata request (<https://5tm0zc5eg7.execute-api.us-east-1.amazonaws.com/api/ping>) failed (code 500): {"message": "Internal server error"}
Inside the link you can see:
{"message":"Forbidden"}
Is it a problem connected with permission in aws? Thanks! P.S. I used this code: https://docs.metaflow.org/production/scheduling-metaflow-flows/scheduling-with-argo-workflows#pushing-a-flow-to-production