Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
Account identifier |
Required |
Only environment variables are available |
Enter the account identifier. |
- Disabled when [Enter URL directly] is checked.
|
Role name |
Required |
Only environment variables are available |
Enter the role name. |
- Disabled when [Enter URL directly] is checked.
|
Warehouse name |
Required |
Only environment variables are available |
Enter the warehouse name. |
- Disabled when [Enter URL directly] is checked.
|
Database name |
Required |
Only environment variables are available |
Enter the database name. |
- Disabled when [Enter URL directly] is checked.
|
Schema name |
Required |
Only environment variables are available |
Enter the schema name. |
- Disabled when [Enter URL directly] is checked.
|
Enter URL directly |
Optional |
Not available |
Select whether or not to enter the URL of destination Snowflake database directly.
- [Checked]:
Enter the URL directly.
- [Not checked]: (default)
Generate URL based on the settings of [Account identifier], [Role name], [Warehouse name], [Database name], [Schema name], and [Login timeout (sec)].
|
|
URL |
Required |
Only environment variables are available |
Enter the URL.
Standard URL format of Snowflake is “jdbc:snowflake://<Account identifier>.snowflakecomputing.com/<Connection parameters>”.
The adapter supports URL which is supported by the JDBC driver. |
- Enabled when [Enter URL directly] is checked.
|
Authentication method |
Required |
Not available |
Select the authentication method.
- [Password AUTH]:(Default)
Perform authentication by using [User name] and [Password].
- [Key pair AUTH]
Perform authentication by using a key pair.
|
|
User name |
Required |
Only environment variables are available |
Enter the user name. |
|
Password |
Optional |
Only environment variables are available |
Enter the password. |
- This becomes valid and required when [Password AUTH] is selected for the [Authentication method].
|
Private key |
Optional |
Only environment variables are available |
Enter the file path of private key.
You can click [Browse] button to launch file chooser and find the file.
|
- This becomes valid and required when [Key pair AUTH] is selected for the [Authentication method].
- Place the setting files under any folder on the DataSpider file system (we recommend placing it under "/data" folder).
Specify the file path as an absolute path of the DataSpider file system.
Except for the path separator “/”, restricted characters of DataSpider File System cannot be used.
|
Private key passphrase |
Optional |
Only environment variables are available |
Enter the private key passphrase. |
- This becomes valid when [Key pair AUTH] is selected for the [Authentication method].
|