Sean Conroy
11/28/2022, 3:52 PMsqlalchemy.exc.OperationalError: (sqlite3.OperationalError) table flow_run has no column named state_timestamp"
prefect.exceptions.MissingResult: State data is missing. Typically, this occurs when result persistence is disabled and the state has been retrieved from the API.
File "/usr/local/lib/python3.8/dist-packages/prefect/utilities/asyncutils.py", line 267, in on_shutdown
EVENT_LOOP_GC_REFS.pop(key) KeyError: 140157491380864
sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such table: flow
Has anyone see this kind of things before?Bianca Hoch
11/28/2022, 4:12 PMSean Conroy
11/28/2022, 4:20 PMAnna Geller
11/28/2022, 5:41 PM