Home:ALL Converter>How to set custom schema from helm chart for superset postgresql

How to set custom schema from helm chart for superset postgresql

Ask Time:2022-01-04T00:27:38         Author:AYK

Json Formatter

We are using custom postgresql for superset and we are able to connect successful below connection string. But, superset by default using "public" schema. How do we set custom schema name from helm chart in superset postgresql.

SQLALCHEMY_DATABASE_URI = f"postgresql+psycopg2://{env('DB_USER')}:{env('DB_PASS')}@{env('DB_HOST')}:{env('DB_PORT')}/{env('DB_NAME')}"

Author:AYK,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/70568697/how-to-set-custom-schema-from-helm-chart-for-superset-postgresql
yy