Yaron Levi
02/18/2025, 6:05 AMuv run jobs/test_flow/test_flow.py
and getting the error Unknown setting 'PREFECT_SERVER_ALLOW_EPHEMERAL_MODE'
.
It fails just by importing from prefect, not even calling any function.
I'm using prefect==2.19.9.
Attaching screenshots of the test_flow.py and the error.
Any help would be much appriciated.Jake Kaplan
02/18/2025, 6:13 PMPREFECT_SERVER_ALLOW_EPHEMERAL_MODE
is a 2.x
setting. I think it's only from prefect versions that are >3.x.
You may need to delete that from your profile (normally under ~/.prefect/profiles
) to use 2.x
Yaron Levi
02/19/2025, 6:54 AM