| MySQL |
In the DB Name field, you can:
- Enter a new database name (catalog). A catalog will
be created and the required tables to store analyses
and reports will be generated.
- Use the default database name
(talend_dq). In this
database, you can have access to all analyses and
results of generated reports.
- Enter a database name that exists in the database.
If there is no data mart structure in this database, it will be created.
If
the data mart structure already exists but in a lower
version that the current one, the data mart structure is
updated.
If the data mart structure already exists but
in an higher version that the current one, you cannot use this
data mart structure.Information noteRemember: MySQL database names
with a dot "." are
allowed.
You can connect to an Azure Database for
MySQL.
|
| Oracle with SID Oracle with service name
Oracle
OCI
|
- Fill the SID or the
Service Name field with the
name of an existing database.
- Fill the Schema field with an
Oracle schema to which the specified user in the
User field has access, or
leave it blank. If you leave this field blank, your
reports will be written to the default schema of the
defined user.
Information noteImportant: The collation of the schema must be case
sensitive. Otherwise the columns may not be analyzed and will be
missing from the report. For more information, see the Oracle documentation.
|
| PostgreSQL |
|
| Microsoft SQL Server |
|
| Snowflake |
You need the following Snowflake privileges 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>
|