Skip to content
Discussion options

You must be logged in to vote

Hi @victor98dl! I'm Dosu and I’m helping the superset team.

You can automate database registration in Superset Helm deployments by using the extraConfigs section in your values.yaml. This lets you provide an import_datasources.yaml file that defines your database(s), which the init job will import automatically on startup—no GUI needed. Here’s how to set it up:

  1. Disable the internal PostgreSQL by setting postgresql.enabled: false if you’re using an external database.

  2. Configure your external database connection under supersetNode.connections (set db_host, db_port, db_user, db_name, and reference the password securely via a Kubernetes Secret).

  3. Add an import_datasources.yaml under extr…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by victor98dl
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant