Wei Mei
03/18/2022, 6:05 PMUnexpected error while running flow: KeyError('Task slug connect_source-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)?')
Kevin Kho
Wei Mei
03/18/2022, 6:07 PMKevin Kho
Wei Mei
03/18/2022, 6:13 PMwith Flow(
"hello-flow-example",
storage = GitHub(
repo="wei/prefect-extract",
path="flows/flow.py",
access_token_secret="GITHUB_ACCESS_TOKEN",
),
Kevin Kho
Wei Mei
03/18/2022, 6:14 PMKevin Kho
Wei Mei
03/18/2022, 6:25 PMKevin Kho
Wei Mei
03/18/2022, 6:26 PMMatthias
03/18/2022, 6:58 PMWei Mei
03/18/2022, 7:06 PMMatthias
03/18/2022, 7:40 PMWei Mei
03/18/2022, 7:42 PMref
the correct kwarg to use for this?Matthias
03/18/2022, 11:04 PM