Cancel Statement Execution
Cancels the execution of a running SQL statement. Use this action to stop a long-running query.
Snowflake is a cloud-based data warehouse offering elastic scaling, secure data sharing, and SQL analytics across multiple cloud environments
Cancels the execution of a running SQL statement. Use this action to stop a long-running query.
Retrieves the status and results of a previously submitted SQL statement using its statement handle. Use this to poll async queries submitted via SNOWFLAKE_SUBMIT_SQL_STATEMENT; call repeatedly until status is no longer pending. Use SNOWFLAKE_CANCEL_STATEMENT to abort a hanging query.
Drops (permanently deletes) a warehouse in Snowflake. This operation is irreversible — once a warehouse is dropped, it cannot be recovered. Use this action when you need to permanently remove a warehouse that is no longer needed. Requires OWNERSHIP privilege on the warehouse.
Execute SQL statements in Snowflake and retrieve results. Supports SELECT queries for data retrieval, DDL statements (CREATE, ALTER, DROP) for schema management, and DML statements (INSERT, UPDATE, DELETE) for data modification. Returns comprehensive result metadata including column types, row counts, and execution status. Unquoted SQL identifiers are auto-uppercased by Snowflake — use matching case in `database`, `schema_name`, `warehouse`, and `role` parameters to avoid 'object not found' errors. Always apply explicit time-range filters and a LIMIT clause to unbounded SELECT queries to prevent large, slow result sets.
Retrieves detailed configuration and metadata for a specific catalog integration. Catalog integrations allow Snowflake to connect to external Apache Iceberg catalogs (AWS Glue, Snowflake Open Catalog/Polaris, or Apache Iceberg REST catalogs) to query Iceberg tables managed by those external systems.
Retrieves a list of any active scheduled maintenances currently in the In Progress or Verifying state.
Retrieves a list of the 50 most recent scheduled maintenances, including those in the Completed state.
Retrieves the status of individual components, each listed with its current status.
Retrieves the status rollup for the entire page, including indicators and human-readable descriptions of the blended component status.
Retrieves the current status summary from Snowflake's public status page (status.snowflake.com). Returns overall system status, operational status of all regional components (AWS, Azure, GCP regions), any unresolved incidents, and upcoming or in-progress scheduled maintenances. This is a public endpoint that provides global Snowflake service status, not account-specific information.
Retrieves a list of any unresolved incidents from the Snowflake status page. This endpoint returns incidents currently in the Investigating, Identified, or Monitoring state. Returns an empty list if there are no active incidents. This is a public status page API that does not require authentication.
Retrieves upcoming scheduled maintenances from Snowflake's public status page. This action queries the Snowflake status API to get a list of any scheduled maintenance events that are still in the 'Scheduled' state (not yet started or completed). The response includes maintenance details such as impact level, scheduled time windows, incident updates, and direct links to the maintenance notices. Note: This uses Snowflake's public status API and does not require authentication.
Lists all databases for which you have access privileges. Shows database metadata including name, creation date, owner, retention time, and more. Can filter results and include dropped databases within Time Travel retention period.
Lists all schemas for which you have access privileges. Shows schema metadata including name, creation date, owner, database, retention time, and more. Can filter results and include dropped schemas within Time Travel retention period.
Lists all tables for which you have access privileges. Shows table metadata including name, creation date, owner, database, schema, row count, size in bytes, clustering keys, and more. Can filter results and include dropped tables within Time Travel retention period.
DEPRECATED: Use ExecuteSql instead. Submits a SQL statement for execution. Execution is asynchronous; monitor status with SNOWFLAKE_CHECK_STATEMENT_STATUS for long-running queries.
Validates Snowflake credentials by executing a lightweight test query. Returns session information if credentials are valid, or error details if authentication fails. Use this action when you need to verify that API credentials are properly configured and have access to the Snowflake account before executing other operations. This check does not require compute resources (warehouse) and completes quickly.
The Snowflake integration connects your Dench AI CRM directly to Snowflake, so agents can read and act on your Snowflake data as part of everyday work — answering questions in chat, keeping your CRM in sync, and running automations without anyone copying data between tools.
17 actions are available for agents to invoke on your behalf. Every call runs through Snowflake's own authorization, scoped to the account you connect.
Sign in to your Dench workspace and open Integrations.
Find Snowflake and click Connect — you'll authorize access through Snowflake's own sign-in flow. No API keys or code required.
Ask an agent to use Snowflake in chat, or call it from an automation.
Manage or disconnect the connection any time from workspace settings.
The Dench Snowflake integration connects your AI CRM to Snowflake, so AI agents can work with your Snowflake data as part of chats, automations, and CRM workflows. You connect your account once, and every agent in your workspace can use it — governed by your workspace permissions.
The Snowflake integration currently exposes 17 actions, including Cancel Statement Execution, Check Statement Status, Drop Warehouse, Execute SQL, Fetch Catalog Integration, and Get Active Scheduled Maintenances. Agents invoke them on your behalf from chat or from automations.
No. You connect Snowflake from your Dench workspace using Snowflake's own sign-in and authorization flow — no API keys to copy, no glue code to maintain.
Connections are authorized through Snowflake's own authentication flow, and Dench stores only the authorization needed to act on your behalf. You can review and disconnect the Snowflake connection from your workspace settings at any time.