Hi, when using --copy-all with pyflyte-run, is it ...
# flyte-support
c
Hi, when using --copy-all with pyflyte-run, is it possible to archive a parent directory instead of the directory where the workflow .py file is found?
f
not at the moment, you can use
pyflyte register
and then
pyflyte run remote-launchplan
g
does you parent directory has init (_init___.py) file? If so, I think copy-all can work as well.
c
Thanks Kevin, you were right, I was missing an init file, thanks!
🎉 1