CRM
Not a big fan of functions?
Use the Actions Wizard to configure any action in Rows without functions.
Parameter List
Syntax
QUERY_SNOWFLAKE(query,
[warehouse]
, [database]
, [schema]
, [role]
)query
The SQL query to apply. For example: "select * from analytics.monthly-sales".
[optional] warehouse
The name of the Snowflake warehouse. For example: "acme-prod"
.
[optional] database
The name of the Snowflake database. For example: "acme-sales-monthly"
.
[optional] schema
The name of the Snowflake schema. For example: "acme-prod-byregion"
.
[optional] role
The name of the role to use when executing the query. For example: "admin"
. By default it will use the role from the user who connected the account