Configrutions
Database Configuration
Single Sign-On (SSO) Configuration

Last updated

Last updated
type: "bigquery"
database:
database: "<DB_NAME>"
project_id: "<GCP_PROJECT_ID>" type: "snowflake"
database:
database: "<DB_NAME>"
username: "<SNOWFLAKE_USERNAME>"
account: "<SNOW_FLAKE_ACCOUNT>"
warehouse: "<SNOW_FLAKE_WAREHOUSE>"
schema: "<SNOW_FLAKE_SCHEMA>"type: "mssql"
database:
host: "<DB_HOST>"
username: "<DB_USERNAME>"
port: "<DB_PORT>"
database: "<DB_NAME>"type: "redshift"
database:
host: "<DB_HOST>"
username: "<DB_USERNAME>"
port: "<DB_PORT>"
database: "<DB_NAME>"
ssl: "<DB_SSL>" http://127.0.0.1:8080/authorization-code/callbackRemote_URL/authorization-code/callbacktype: <DB_TYPE>
database:
....
oauth:
client_id: "client_id"
scopes: ["openid", "profile", "email"]
provider: "https://accounts.google.com"oauth:
client_id: "client_id"
scopes: ["openid", "profile", "email"]
provider: "provider_url"export CLIENT_SECRET="client_secret"