Hi, when executing `metaflow` on AWS using `Step F...
# ask-metaflow
c
Hi, when executing
metaflow
on AWS using
Step Function
i encountered this
Copy code
python basic_flow.py --with retry step-functions create
Metaflow 2.11.4 executing BasicTutorialFlow for user:myuser
Validating your flow...
    The graph looks good!
Running pylint...
    Pylint not found, so extra checks are disabled.
Deploying metaflow-dev_BasicPremiumPricingTutorialFlow to AWS Step Functions...

You are running a version of the metaflow service that currently doesn't support AWS Step Functions. 
For more information on how to upgrade your service to a compatible version (>= 2.0.2)
spec:
Copy code
pip install metaflow==2.11.4
using
Copy code
metadata_service_container_image = "public.ecr.aws/outerbounds/metaflow_metadata_service:2.4.3-31-g6742588-obp"
not really sure which service component that the error is referring to