Prerequisites
Before mounting a share: ✅ Snowflake account in AWS US-EAST-1✅ Enterprise Edition or higher
✅ Access to the share (via Marketplace or approval)
✅ ACCOUNTADMIN or CREATE DATABASE privileges
Finding your share
Mounting the share
Open the share
- Click on the Flipside share you want to mount
- You’ll see share details and available schemas
Name your database
Choose a database name:Option 1: Use the default name (recommended)
- Usually
[BLOCKCHAIN]_ONCHAIN_CORE_DATAor[BLOCKCHAIN] - Example:
SOLANA_ONCHAIN_CORE_DATA,SOLANA
- Use lowercase and underscores
- Make it descriptive
- Example:
flipside_ethereum,fs_solana_full

Custom Database Name
Use the default name for easier reference to documentation and examples.
Verifying the mount
After mounting, verify the share is accessible:Managing multiple shares
You can mount shares for multiple blockchains:Granting access to other users
If you want other users in your Snowflake account to access the shared database:Unmounting a share
If you need to remove a mounted share:Common issues
Share not appearing in Private Sharing
Share not appearing in Private Sharing
Permission denied when creating database
Permission denied when creating database
Error:
Insufficient privileges to operate on databaseSolution:
You need ACCOUNTADMIN or CREATE DATABASE privilegeCan't query tables
Can't query tables
Error:
Object does not exist or SQL access control errorPossible causes:- Database not properly mounted
- Missing USAGE grants
- Incorrect schema/table name
Data seems stale
Data seems stale
Issue: Data hasn’t updated recentlyCheck data freshness:See Data Freshness for expected latencies.If data is significantly stale, contact [email protected]
Next steps
Query optimization
Write efficient queries for better performance
Use cases
Example queries and common patterns
Data freshness
Understand update schedules and latency
Schema reference
Explore table structures and schemas
