https://prefect.io logo
Title
e

Emil B

02/17/2023, 12:28 PM
Hi, running the following (taken from https://docs.prefect.io/concepts/database/#in-memory-databases):
prefect config set PREFECT_API_DATABASE_CONNECTION_URL="sqlite+aiosqlite:///file::memory:?cache=shared&uri=true&check_same_thread=false"
Outputs:
Unknown setting name 'PREFECT_API_DATABASE_CONNECTION_URL'.
What am I missing?
Updated to 2.8.1, and now working. Didn't notice that it had been renamed from
PREFECT_ORION_DATABASE_CONNECTION_URL
(https://github.com/PrefectHQ/prefect/blob/main/RELEASE-NOTES.md#release-281)
z

Zanie

02/17/2023, 4:15 PM
😄 glad you got it