Hello,
I would be surprised if my question hadn’t been asked yet but I see no trace of something similar in this slack. Sorry for any inconvenience.
I have successfully deployed my metaflow workflow as step functions. And I got a dedicated namespace for this deployment.
It looked like: “production:my-flow-XXX”
I then started the step-function and when it’s finished (with success), I tried to look at the artifacts:
namespace("production:my-flow-XXX")
Metaflow().flows
but an empty list was returned.
So, what did I do wrong?