While buillding Redash pkg i am getting the below error

[ERROR/MainProcess] Task redash.tasks.refresh_queries raised unexpected: InterfaceError(‘server requesting MD5 password authentication, but no password was provided’,)

Where i should provide RDS password?

It’s part of the connection string specified in the REDASH_DATABASE_URL environment variable. If you’re using our regular setup, that’s in the .env file.

is that the REDASH_DATABASE_URL =
“postgresql://userName:password@host/dbName”

REDASH_DATABASE_URL =
“postgresql://userName:password@host/dbName”

Correct.

1 Like