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
freezing-airport-6809
11/07/2023, 7:00 PM
not at the moment, you can use
pyflyte register
and then
pyflyte run remote-launchplan
g
glamorous-carpet-83516
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.
c
colossal-waitress-79394
11/08/2023, 5:30 AM
Thanks Kevin, you were right, I was missing an init file, thanks!