In Snowflake, unquoted object identifiers are resolved as uppercase. Object identifiers encased in double quotes are resolved exactly as entered.
- For example,
tablenameandtableNAMEboth resolve toTABLENAME. - Conversely,
"tablename"would resolve totablename.
Properties
A human-readable name for the component.
Select the database type. Choose from:
- Amazon Redshift
- IBM DB2 for i
- MariaDB
- Microsoft SQL Server
- Oracle
- PostgreSQL
- Snowflake
- SQL Server (Microsoft Driver)
- Sybase ASE
The URL for your chosen JDBC database.Although many parameters and options can be added to the end of the URL, it’s generally easier to add them in the Connection Options property, documented below.
When
Database Type is set to Snowflake, choose whether to use a username and password or a key pair to authenticate. The default is key pair.A valid username for the database connection.
Available when
Authentication Type is set to Username and password.Choose the secret definition that represents your credentials for this connector.If you have not already saved your credentials for this connector as a secret definition, click Add secret to create a secret definition representing these credentials. Read Secrets and secret definitions for details about creating a secret definition.When
Database Type is set to Snowflake, use the drop-down menu to select the corresponding secret definition that denotes the value of your private key.Read Using Snowflake key-pair authentication to learn how to store the Snowflake private key using a secret.Choose whether to require a passphrase as part of using key pair authentication. Default is false.
Available when
Require Passphrase is set to Yes.Use the drop-down menu to select the corresponding secret definition that denotes the value of your passphrase.If your private key is passphrase protected, you will also need to add a secret to store the passphrase. Read Using Snowflake key-pair authentication to learn how to store the Snowflake private key using a secret.- Parameter: A JDBC parameter supported by the database driver. Manual setup is not usually required, since sensible defaults are assumed.
- Value: A value for the given parameter.
Select a table schema.In Databricks, this property is known as
Schema (Database).Select the table to pull metadata from.
Drop-down list of grid variables. To learn more, read Grid variables.
Map each column in the grid variable to a particular “type” of metadata by selecting from the available drop-down menus.To use grid variables, select the Use Grid Variable checkbox at the bottom of the Grid Variable Mapping dialog.
Due to licensing restrictions, this component uses the MariaDB driver when interacting with MySQL databases in Full SaaS deployments. For customers using a Hybrid SaaS deployment, the native MySQL driver can be used to interact directly with MySQL databases.

