Snowflake (Action Flow)
Important
Any references to third-party products or services do not constitute Celonis Product Documentation nor do they create any contractual obligations. This material is for informational purposes only and is subject to change without notice. Celonis does not warrant the availability, accuracy, reliability, completeness, or usefulness of any information regarding the subject of third-party services or systems.
The Snowflake module enables you to execute SQL commands in your Snowflake account.
Getting Started with Snowflake
Prerequisites
A Snowflake account
In order to use Snowflake with Execution Management System, it is necessary to have a Snowflake account. If you do not have one, you can create a Snowflake account at trial.snowflake.com.
Connect Snowflake to Execution Management System
To connect your Snowflake account to Execution Management System you need to fill the Create a connection dialog as follows:
Connection name | Enter the name for the connection. |
Account | Enter the name of your Snowflake account. For example, if the URL of your Snowflake account is https://sx48547.eu-central-1.snowflakecomputing.com then the name of your account is |
Username | Enter your username. This can be found, for example, in the top-right corner of your account. ![]() |
Password | Enter the password to your account. |
Database | Specify the database you want to use after creating the connection. For example, |
Schema | Enter the schema you want to use after creating the connection, if needed. For example, The schema can be required for some SQL commands (e.g. |
Role | Enter the security role you want to use after creating the connection, if needed.
|
Click the Continue button to establish the connection.
The connection has been established. You can proceed with setting up the module.

Actions
Execute SQL
Executes an SQL command in your Snowflake account.
Connection | |
SQL Command | Enter the SQL statement you want to execute in your Snowflake account. Make sure you have set up the connection accordingly (schema, role) |