https://prefect.io logo
r

Raoul

07/18/2023, 3:29 PM
I made a copy of
104/flows.py
, named it
104/flows_v2.py
, made some changes, ran locally with
python 104/flows_v2.py
and it ran successfully. But when i try to do a quick run from deployments (after having set that flow up as a deployment) I get below error. What could be the issue?
Copy code
Flow 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: '/tmp/tmpdflqaa6sprefect/pacc-2023/.history/104/flows_v2_20230718160512.py'
j

Jeff Hale

07/18/2023, 3:30 PM
We will explain this when we talk about deployments later today. 🙂
👍 2