Hello! I'm applying a Deployment through the `Deployment.build_from_flow` method, and I was wonderin...
a
Hello! I'm applying a Deployment through the
Deployment.build_from_flow
method, and I was wondering if it's possible to reference the flow through the package name instead of the file. Like saying "you need to call the flow from `my.python.package:my_flow`" instead of the full file path.
I'm trying to avoid this: