Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Snowflake

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 Zero Copy Connector 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.

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

Supported data types

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 Zero Copy Connector Hub.

SnowflakeData fabric table
intDecimal
byteintDecimal
charString
characterString
varcharString
varchar_defaultString
stringString
textString
dateDate
timestampBasic Date/Time
timestamp_tzDate/Time
booleanTrue/False
datetimeDate/Time
numericDecimal
integerDecimal
bigintDecimal
smallintDecimal
tinyintDecimal

Related topics

Create a Snowflake connection