Tomas Moreno
11/10/2024, 4:31 PMUnexpected error while running flow: KeyError("Task slug ''-1 is not found in the current Flow. This is usually caused by a mismatch between the flow version stored in the Prefect backend and the flow that was loaded from storage.\n- Did you change the flow without re-registering it?\n- Did you register the flow without updating it in your storage location (if applicable)?")
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/prefect/engine/cloud/flow_runner.py", line 398, in initialize_run
task = tasks[task_run.task_slug]
KeyError: "''-1"
Tomas Moreno
11/10/2024, 4:44 PM