Skip to main content
Properties for Snowflake connections are specified in the properties object when creating or updating a connection. All properties are nested within the connection request body.

Properties

string
required
Authentication type for Snowflake. Use pwd for password authentication.
string
required
Snowflake account identifier.Format: {account_identifier}.{region}.{cloud_provider}.snowflakecomputing.com
string
required
Snowflake username for authentication.
object
required
Reference to a Prophecy secret containing the Snowflake password.
  • When using the create connection API, the secret must be stored in Prophecy before creating the connection.
  • When using the create fabric API, replace this whole object with the string {{SECRET}}, which references the secret being created in parallel to the connection.
string
required
Snowflake warehouse where Prophecy will write data by default.
string
required
Database where Prophecy will write data by default.
string
required
Schema where Prophecy will write data by default.
string
required
Snowflake role to use for the connection. Determines the permissions and access level for operations.