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

 Release :

    - zurich

ft:locale :

    - en-US

ft:publication_title :

    - Zurich Workflow Data Fabric

ft:clusterId :

    - crint

bundleId :

    - crint

workflow :

    - Creator


---

# Snowflake

# Snowflake {#ariaid-title1}

Release version: Zurich  
Updated July 31, 2025  
![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read  
The Snowflake connector provides read-only access to data and metadata from an external Snowflake account.

A connection admin can set up a connection to Snowflake in the Workflow Data Fabric Hub and grant data stewards access to this connection. Data stewards can then use the established connection to create a data fabric table and map data from Snowflake. This allows users to access Snowflake
data through the table list view or by using GlideRecord scripts. For details on creating data fabric tables and mapping data, see [Managing data fabric tables in Workflow Data Fabric Hub](https://www.servicenow.com/docs/h0ZgppTxwTlBpkINp8FXMA "Access data virtually from an external source or a local table on your instance using data fabric tables in Workflow Data Fabric Hub.").

The connector has been enhanced to improve the performance of the following Glide queries and list view operations. These improvements allow the majority of queries to be executed at the data source.

* Sort
* Limit
* Filter
* GroupBy
* avg()
* count()
* max()
* min()
* sum()
* References

{#snowflake-wdf__ul_v5k_nkt_3fc}

## Supported data types {#snowflake-wdf__section_k3q_fkp_gfc}

The following table lists supported Snowflake data types and the default matching data types in a data fabric table.  
Important:  
Snowflake data types not included in the table aren't supported for data mapping in Workflow Data Fabric Hub.  
{#snowflake-wdf__table_m24_3kp_gfc__entry__2}

| Snowflake | Data fabric table |
|-|-|
| int | Decimal |
| byteint | Decimal |
| char | String |
| character | String |
| varchar | String |
| varchar_default | String |
| string | String |
| text | String |
| date | Date |
| timestamp | Basic Date/Time |
| timestamp_tz | Date/Time |
| boolean | True/False |
| datetime | Date/Time |
| numeric | Decimal |
| integer | Decimal |
| bigint | Decimal |
| smallint | Decimal |
| tinyint | Decimal |
[Table 1. Data type mapping]

{#snowflake-wdf__table_m24_3kp_gfc}
**Related tasks**   

* [Create a Snowflake connection](https://www.servicenow.com/docs/WYPBP3XawVqetNIz3yIp4A "Establish a zero copy connection to an external Snowflake account in Workflow Data Fabric Hub.")

