---
sourceDocument: Australia Workflow Data Fabric
sourceDocumentLink: https://www.servicenow.com/docs/r/integrate-applications

 Release :

    - australia

ft:locale :

    - en-US

ft:publication_title :

    - Australia Workflow Data Fabric

ft:clusterId :

    - crint

bundleId :

    - crint

workflow :

    - Creator


---

# Snowflake Spoke

# Snowflake Spoke {#ariaid-title1}

Release version: Australia  
Updated March 12, 2026  
![](https://www.servicenow.com/docs/portal-asset/ico-clock) 2 minutes to read
Summarize  
![AI sparkle icon](https://servicenow.com/docs/portal-asset/ai-sparkle-icon) Summarized using AI  
This content was generated using new OpenAI-powered functionality. Results are provided on an as is basis and are not guaranteed to be accurate or complete.  

## Summary of Snowflake Spoke

The Snowflake Spoke enables ServiceNow customers to manage Snowflake data warehousing capabilities directly from their ServiceNow instance.
This integration allows users to create, delete, search, execute queries, and perform various data manipulation tasks within Snowflake without leaving ServiceNow.
Show full answer Show less  
This spoke requires an Integration Hub subscription and supports Snowflake version 2, with potential compatibility for later versions. Proper licensing for dependent plugins may be necessary depending on usage.

## Key Features

* **Record Management Actions:** Automate data operations in Snowflake tables including creating, deleting, updating, and looking up records.
* **Custom Query Execution:** Run custom SQL queries against the Snowflake database and retrieve results within ServiceNow.
* **Metadata Lookup:** Retrieve lists of columns and tables from Snowflake databases and warehouses, provided the Snowflake service account has the necessary access privileges.

These actions facilitate seamless automation of Snowflake data tasks triggered by events in ServiceNow workflows.

## Practical Considerations

* A valid Snowflake account with appropriate access rights is required to perform data and metadata operations.
* Ensure installation of required dependent plugins such as Flow Designer components and IntegrationHub action steps to fully leverage the spoke functionality.
* Review licensing requirements for certain plugins outside of the spoke implementation to maintain compliance.

## Benefits for ServiceNow Customers

By integrating Snowflake directly into ServiceNow, customers can streamline data warehousing tasks, reduce manual effort, and empower their workflows with real-time data manipulation and querying capabilities. This integration enhances operational efficiency and supports data-driven decision making within the ServiceNow platform.  
Manage data warehousing capabilities of Snowflake directly from your ServiceNow instance. You can create, delete, search, records, execute queries, and perform other data manipulation tasks in Snowflake from your ServiceNow instance.

## Request apps on the Store {#snowflake__section_mz3_f4x_c2c}

Visit the [ServiceNow Store](https://store.servicenow.com/sn_appstore_store.do#!/store/home) to view all the available apps, and for information about submitting requests to the store. For cumulative release notes information for all released apps, see the [ServiceNow Store version history release notes](https://www.servicenow.com/docs/r/store-release-notes/sn-store-release-notes.html).{#snowflake__inline-send-to-store}

## Integration Hub subscription {#snowflake__section_t1t_f4x_c2c}

This spoke requires an Integration Hub subscription. For more information, see [Legal schedules - IntegrationHub overview](https://www.servicenow.com/content/dam/servicenow-assets/public/en-us/doc-type/legal/snc-addendum-integrationhub.pdf).

## Spoke version {#snowflake__section_hwz_wdy_bsb}

Snowflake spoke v1.0.3 is the latest version. For version history of the spoke, see [Snowflake Spoke release notes](https://www.servicenow.com/docs/r/store-release-notes/store-integrationhub-rn-snowflake-spoke.html).{#snowflake__snowflake-spk-ver}

## Supported versions {#snowflake__section_d5w_f4x_c2c}

This spoke was built for Snowflake
v2, but may be compatible with later versions.

## Spoke requirements {#snowflake__section_g5w_f4x_c2c}

Snowflake account

## Spoke dependencies {#snowflake__section_i5w_f4x_c2c}

If you're having trouble installing the app, ensure that these dependent plugins are installed:

* Complex Object (com.glide.cobject)
* ServiceNow Flow Designer - Dynamic Inputs (com.glide.hub.dynamic_inputs)
* ServiceNow Workflow Studio - Dynamic Outputs (com.glide.hub.dynamic_outputs)
* ServiceNow IntegrationHub Action Step - REST (com.glide.hub.action_step.rest)
* ServiceNow IntegrationHub Runtime (com.glide.hub.integration.runtime)
* Flow Designer - Flow Engine (com.glide.hub.flow_engine)
* Flow Designer Action Step - Payload Builder (com.glide.hub.action_step.payload)
{#snowflake__ul_j5w_f4x_c2c}  
Note:  
Some of these plugins are licensable features and require appropriate licenses, if used outside the spoke implementation.

## Spoke actions {#snowflake__section_o5w_f4x_c2c}

The Snowflake spoke provides actions to automate Snowflake data manipulation tasks when events occurs in your ServiceNow instance. Available actions include:  
{#snowflake__table_p5w_f4x_c2c__entry__3}

| Category | Action | Description |
|-|-|-|
| Record Management | Create Record | Creates a record in the Snowflake tables with the specified details using the INSERT statement. |
| Record Management | Delete Records | Deletes the specified records in the Snowflake tables using the DELETE statement. |
| Record Management | Execute Custom Query | Runs the custom query in the Snowflake database using a custom statement and retrieves the result. |
| Record Management | Look up Columns | Retrieves a list of columns from the Snowflake table. Note: Make sure that your Snowflake Service Account has access privilege to the columns that you want to fetch. |
| Record Management | Look up Records | Runs the SELECT statement and retrieves the matching records from Snowflake tables. |
| Record Management | Look up Tables | Retrieves a list of tables from the specified database and specified warehouse in Snowflake. Note: Make sure that your Snowflake Service Account has access privileges to the tables that you want to fetch. |
| Record Management | Update Records | Updates the specified records in the Snowflake tables using the UPDATE statement. |
[ ]

{#snowflake__table_p5w_f4x_c2c}

