cold-city-6353
03/06/2024, 5:55 PMmetaflow
on AWS using Step Function
i encountered this
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:
pip install metaflow==2.11.4
using
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