Alyssa Harris
07/06/2023, 5:40 PMFlow could not be retrieved from deployment.
Traceback (most recent call last):
File "<frozen importlib._bootstrap_external>", line 879, in exec_module
File "<frozen importlib._bootstrap_external>", line 1016, in get_code
File "<frozen importlib._bootstrap_external>", line 1073, in get_data
FileNotFoundError: [Errno 2] No such file or directory: '/private/var/folders/53/65gf_nkd2l14whfqq9lcrvnr0000gn/T/tmpcdtvon3cprefect/pacc-2023/flows.py'
Jeff Hale
07/06/2023, 5:44 PMAlyssa Harris
07/06/2023, 5:45 PM? Your Prefect workers will need access to
this flow's code in order to run it. Would you
like your workers to pull your flow code from
its remote repository when running this flow?
[y/n] (y): y
? Is git@github.com:discdiver/pacc-2023.git
the correct URL to pull your flow code from?
[y/n] (y): y
? Is main the correct branch to pull your flow
code from? [y/n] (y): y
? Is this a private repository? [y/n]: n
104/
folder so my deployment was looking for pacc-2023/flows.py which it couldn't find since the full path is pacc-2023/104/flows.py