passwordUnencrypted field.Can be either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
The database dialect.
athena, bigquery, clickhouse, databricks, exasol, mariadb, motherduck, mssql, mysql, postgres, redshift, snowflake, starrocks, trino A descriptive name for the connection
The password to authenticate with.
The hostname or IP address of the database server.
myaccount not myaccount.snowflakecomputing.com)The port number for the database connection.
Not required for Snowflake, MotherDuck, BigQuery, Databricks, and Athena.
The default database/catalog to connect to.
The username to authenticate with.
The default role for users accessing the connection
NO_ACCESS, VIEWER, RESTRICTED_QUERIER, QUERIER, MODELER, CONNECTION_ADMIN Required for:
Comma-separated list of schemas to include. Leave empty to include all schemas.
Comma-separated list of other catalogs/databases to include. Only applicable for databases that support multi-catalog queries: BigQuery, Snowflake, MotherDuck, Databricks, Trino, Athena.
The default schema to use. Required for MSSQL.
The timeout in seconds for queries. Maximum value is 3600 (1 hour). Only applicable for databases that support query timeouts.
x <= 3600Required for BigQuery and Athena connections.
usus-east-1Maximum bytes that can be billed for a BigQuery query. Applicable for BigQuery only.
Schema to use for data input (upload) tables. If not specified, a suitable default will be chosen.
The timezone to use for the system.
The timezone to use for queries.
Whether to allow users to specify their own timezones.
Whether to trust the server certificate. Applicable for MSSQL, Exasol, and ClickHouse.
An RSA key for keypair authentication. Omni will automatically add PEM headers if none are provided. Applicable for Snowflake only.