How It Works
Snowflake Datashare uses Snowflake’s native data sharing capabilities to provide instant access to Dune’s data:- Shared Storage: Data lives in Dune’s Snowflake account but appears as regular tables in your environment
- Zero-Copy Sharing: No data transfer fees or storage duplication - you only pay for compute
- Live Updates: Shared data automatically reflects our latest blockchain processing
- Native Access: Query using standard Snowflake SQL with full performance optimization
Get Started
Trial (Free):- Go to Dune on Snowflake Marketplace
- Click “Get” on any dataset for 30-day free trial
- Start querying
Sharing Identifiers
Please provide your Snowflake data sharing account identifier so I can grant you access to a listing. To find this identifier log in to your Snowflake account and click at your user profile at the bottom of the screen > Account > View account details > Copy data sharing account identifier (you can view a visual path here). You can also run the following SQL command:Data Types
Blockchain data types are adapted for Snowflake:Addresses & Hashes
column_name(VARBINARY) - use for queries (faster)column_name_hex(STRING) - for convenience
Large Integers (uint256/int256)
column_name(DOUBLE) - for most calculationscolumn_name_binary(VARBINARY) - for exact precision
DECIMAL(38,0) if you are fine with the smaller range (up to 38 digits vs. 78 for UINT256).
• Any values larger than DECIMAL(38,0) will overflow and must be handled as NULL or excluded.
Here is an example conversion query:
Details
- Freshness: hourly or daily depending on requirements
- Regions: Available worldwide, contact us for specific region availability
- Support: support@dune.com | Discord

