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?
k
Ketan (kumare3)
11/07/2023, 7:00 PM
not at the moment, you can use
pyflyte register
and then
pyflyte run remote-launchplan
k
Kevin Su
11/07/2023, 8:41 PM
does you parent directory has init (_init___.py) file? If so, I think copy-all can work as well.
s
Stephen
11/08/2023, 5:30 AM
Thanks Kevin, you were right, I was missing an init file, thanks!