Common Content for Data Integration
- Common Content for Data Integration 10.5.9
- All Products
./infacmd.sh createconnection -dn Domain_Snowflake -un Administartor -pd Administrator -cn Snowflake_CLI -ct SNOWFLAKE -o "user=<username> password=<password> account=informatica • SnowflakeAuthType=standard role=<role> warehouse=<warehouse>"
-ct SNOWFLAKE -o "account=<accName> snowflakeAuthType=standard user=<username> password=<password> role=<role> warehouse=<warehouse>"
-ct SNOWFLAKE -o "account=<accName> snowflakeAuthType='Key Pair' user=<username> privateKeyFile='<filePath>' privateKeyFilePassword=<file password> role=<role> warehouse=<warehouse>"
Property
| Description
|
|---|---|
connectionId
| String that the Data Integration Service uses to identify the connection.
|
connectionType
| The connection type. Type of connection is SnowFlake.
|
name
| The name of the connection.
|
account
| The name of the Snowflake account.
|
additionalparam
| Enter one or more JDBC connection parameters in the following format:
For example:
|
password
| The password to connect to the Snowflake account.
|
role
| The Snowflake role assigned to the user.
|
user
| The user name to connect to the Snowflake account.
|
warehouse
| The Snowflake warehouse name.
|
privateKeyFile
| Required for key-pair authentication. The path to your private key in
.pem format that pairs with a public key stored on the server.
|