Hello Outerbounds Team! I'm having problem to get the step functions created by Metaflow in our Metaflow UI:
• I have added in our AWS Stack the
metaflow cloud formation with everything enabled except Sagemaker.
• the cluster is working well. I can see my step functions being created and running with no problem with the builtin DAG of AWS Step Functions
• I don't see any error on the metaflow services spin out in my ECS either.
-> However I can't see any of them in my Metaflow UI that i can access successfully and seems to work well (no http request are failing)
Some context:
• Im not sure if the metaflow configuration i have is ok though when im creating/executing the flow
... step-functions create/trigger
. See in the thread my config constants im setting
• Also how metaflow service is retrieving the step functions info in general behind the scene?
Thank you very much for your help!