Supported databases for the data mart
Last updated: 5/18/2026The supported databases for the data mart might be different than the supported databases for profiling data.
The following table describes the supported databases for the data mart.
| Database name | Database version |
|---|---|
| HSQL | Not applicable |
| Microsoft SQL Server |
|
| MySQL Information noteRestriction: MySQL InnoDB cluster is supported as a
data mart. NDB cluster is not supported.
|
|
|
|
| PostgreSQL |
|
| Snowflake | Not applicable |
Running reports on Snowflake
The following lists the Snowflake privileges you need to run reports when the data mart
is on
Snowflake:
GRANT USAGE on WAREHOUSE <WAREHOUSE_NAME> to <ROLE_NAME>
GRANT USAGE on DATABASE <DB_NAME> to <ROLE_NAME>
GRANT USAGE on ALL SCHEMAS IN DATABASE <DB_NAME> to <ROLE_NAME>
GRANT SELECT, INSERT, UPDATE on ALL TABLES in DATABASE <DB_NAME> to <ROLE_NAME>
GRANT SELECT, INSERT, UPDATE on ALL VIEWS in DATABASE <DB_NAME> to <ROLE_NAME>
GRANT USAGE on ALL SEQUENCES in DATABASE <DB_NAME> to <ROLE_NAME>