
Activepieces lets you connect Snowflake with the most popular apps, so you can automate your work and have more time for what matters most - no code required.
Start free
Run Query

Insert a row into a table.

Delete one or more rows from a Snowflake table that match a WHERE condition.

Insert multiple rows into a Snowflake table in a single operation.

Search for rows in a Snowflake table using an optional WHERE condition, ordering, and row limit.

List all tables in a Snowflake schema.

Create or replace a Snowflake Dynamic Table that automatically refreshes based on a query. Dynamic Tables are a declarative way to define a table whose content is derived from a query, updated on a schedule.

Run Multiple Queries

Update one or more rows in a Snowflake table that match a WHERE condition.

Insert a new row or update an existing one if a row with the same match column value already exists (MERGE INTO).

Retrieve a single row from a Snowflake table by matching a column value.

Retrieve the column definitions (name, data type, nullability, default) for a Snowflake table.

Call a stored procedure in Snowflake and return its result.

Load data into a Snowflake table from a named internal or external stage using COPY INTO.