Marwan Sarieddine
04/06/2021, 2:10 PMv0.14.15
basically the failure happens after the flow has completed running at the state handler level - please see the traceback in the threadMarwan Sarieddine
04/06/2021, 2:10 PMUnexpected error: AttributeError("'Flow' object has no attribute 'terminal_state_handler'")
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/prefect/engine/runner.py", line 48, in inner
new_state = method(self, state, *args, **kwargs)
File "/usr/local/lib/python3.8/site-packages/prefect/engine/flow_runner.py", line 669, in get_flow_run_state
state = self.determine_final_state(
File "/usr/local/lib/python3.8/site-packages/prefect/engine/flow_runner.py", line 720, in determine_final_state
if self.flow.terminal_state_handler:
AttributeError: 'Flow' object has no attribute 'terminal_state_handler'
Kevin Kho
Marwan Sarieddine
04/06/2021, 2:17 PMKevin Kho
Josh
04/09/2021, 4:13 PMterminal_state_handlers
on all flowsDylan
Dylan
Dylan
Dylan
Josh
04/09/2021, 5:01 PM