Hey, we deployed metaflow with aws batch using the...
# ask-metaflow
b
Hey, we deployed metaflow with aws batch using the terraform template version 0.3.0. I am able to run my flows locally but not on aws. I'm getting the below error. Any help would be appreciated
Copy code
Metaflow 2.8.0 executing HelloFlow for user:saaharjit
Validating your flow...
    The graph looks good!
Running pylint...
    Pylint is happy!
    Metaflow service error:
    Metadata request (/flows/HelloFlow/run) failed (code 500): "{\"err_msg\": \"__init__() got an unexpected keyword argument 'run_id'\"}"
👀 1