Hello! Hopefully a quick question. In previous ver...
# ask-community
t
Hello! Hopefully a quick question. In previous versions I’ve deployed flows with
Deployment.build_from_flow
which accepts a
path
argument to specify the relative path of the flow. I’m trying to switch to
flow.deploy
to run via a work pool but this does not seem to support setting the
path
. So I’m getting:
FileNotFoundError(2, 'No such file or directory')
Any tips?
p
Same story ... Did you figure out the issue?
t
Nope, I hacked it by moving the flow.py to the root directory, but I don’t like it.