How can we point the prefect database to a particular schema inside a db , when i run database upgrade command it always go to public schema, when i try to set schema in
Copy code
prefect config set PREFECT_API_DATABASE_CONNECTION_URL="<postgresql+asyncpg://prefect_user>:your_secure_password@<your_postgres_host>:5432/my_existing_db"
it always throw error
Can any one help here
r
Rob Rati
03/14/2025, 5:09 PM
We have looked at something similar. You could do this with unique users, and each user defaults to a different db/schema rather than trying to use a common user and pointing to specific schema/dbs
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.