What is the best way to share flows? For example I...
# ask-metaflow
w
What is the best way to share flows? For example I have some common flows in a package that people can reuse by specifying parameters to the flow. But to actually run the flow or create a step function, the user needs the path to the flow, which will be hidden somewhere in the depths of site-packages after they install my package as a dependency
1