Skip to main content
Version: 4

Run Custom SQL

You can use the Run Custom SQL action to execute SQL queries directly on your Snowflake instance. It supports a range of commands including DML (INSERT, UPDATE, SELECT, DELETE) and DDL (CREATE, ALTER, DROP).

Action Conditions​

Action Condition
Description
SQL
  • Enter a valid SQL string for execution on your Snowflake instance.
  • Snowflake does not allow multiple statements in a single API call; each action should contain only one SQL statement.
Statement countProvide the MULTI_STATEMENT_COUNT parameter, which corresponds to the number of SQL statements being submitted.