Raoul
07/18/2023, 3:29 PM104/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?
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'
Jeff Hale
07/18/2023, 3:30 PM