Hi prefect team For one of my flow i got this erro...
# ask-community
l
Hi prefect team For one of my flow i got this error (when using prefect-dbt
trigger_dbt_cli_command()
)
Copy code
prefect.exceptions.MissingResult: State data is missing. Typically, this occurs when result persistence is disabled and the state has been retrieved from the API.
The weird thing is • I didn’t restart the job it a basic scheduled jobs • It worked well before upgrading to 2.7.6 • I added the flag
PREFECT_RESULTS_PERSIST_BY_DEFAULT: true
but no effect