Connection strings
- Last UpdatedJun 25, 2026
- 1 minute read
The following connection strings can be used for authentication with databases:
-
Connection string
-
Connection string with certificate
Connection string
The connection string establishes secure authentication with different types of databases.
Required settings:
-
Name
-
Connection String
Used by this external service: Databases
Code example for connection string:
Name: DBConnection
Connection String: Server=myserver;Database=mydb;User=myuser;Password=mypassword;
Used by these flow modules:
|
|
Connection string with certificate
The connection string with certificate establishes secure authentication with Snowflake databases.
Required settings:
-
Name
-
Connection String
-
Private Key
Used by this external service: Snowflake
Code example: Connection string with certficate
Name: SnowflakeConn
Connection String: account=<instance>.north-europe.azure;user=username;
Private Key: [private key data]
Used by these flow modules:
-
Snowflake Executer
-
Snowflake Insert
-
Snowflake Select