Common Content for Data Engineering
- Common Content for Data Engineering 10.5.3
- All Products
./infacmd.sh createconnection -dn Domain_Snowflake -un Administartor -pd Administrator -cn Snowflake_CLI -ct SNOWFLAKE -o "user=INFAADPQA password=passwd account=informatica role=ROLE_PC_AUTO warehouse=QAAUTO_WH"
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.
|