Skip to main content

Execute a query in Snowflake

Execute a SQL query in Snowflake.

Application

  • Snowflake

Inputs (what you have)

NameDescriptionData TypeRequired?Example
Snowflake Connected AccountThe credentials for the Snowflake serverConnected AccountYes
SQL QueryThe SQL query to executeText (Long)YesSELECT * FROM users;

Outputs (what you get)

NameDescriptionData TypeRequired?Example
Server messageMessage from the server regarding the executed queryText (Long)No
Output JSONExecution results from the SELECT queryText (Long)No
Total number of rowsNumber of rows returned as part of the queryNumberNo

Outcomes

NameDescription
SuccessThis status is selected if the job has successfully completed.

Requirements

  • N/A