properties object when creating or updating a connection. All properties are nested within the connection request body.
Properties
Authentication type for Snowflake. Use
pwd for password authentication.Snowflake account identifier.Format:
{account_identifier}.{region}.{cloud_provider}.snowflakecomputing.comSnowflake username for authentication.
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.
Snowflake warehouse where Prophecy will write data by default.
Database where Prophecy will write data by default.
Schema where Prophecy will write data by default.
Snowflake role to use for the connection. Determines the permissions and access level for
operations.

