Fabrice Toussaint
07/19/2021, 4:24 PMTraceback (most recent call last):
File "runner.py", line 48, in inner
new_state = method(self, state, *args, **kwargs)
File "flow_runner.py", line 569, in get_flow_run_state
executors.prepare_upstream_states_for_mapping(
File "\executors.py", line 537, in prepare_upstream_states_for_
mapping
value = upstream_state.result[i]
KeyError: 0
[2021-07-19 18:23:21+0200] ERROR - prefect.ETL | Unexpected error occured in FlowRunner: KeyError(0)
Kevin Kho
Fabrice Toussaint
07/19/2021, 4:31 PMKevin Kho