Access and permissions
Share not appearing in Private Sharing
Symptom: You can’t find the Flipside share in your Snowflake account. Possible causes:-
Premium share not yet approved
- Premium shares require manual approval
- Check your email for approval notification
- Allow 1-2 business days for approval
-
Wrong Snowflake account/region
- Shares are only visible in accounts located in AWS US-EAST-1
- Check your current region:
-
Share not granted yet
- For core shares: Contact [email protected] to verify your request
- For premium shares: Verify you submitted the correct data sharing identifier
Verify your region
Check Private Sharing
Navigate to Data → Private Sharing in Snowflake UI to see if the share appears.
Contact support if needed
Email [email protected] with:
- Your data sharing account identifier
- The specific share you’re trying to access
- Screenshots of the issue
Permission denied when creating database
Symptom: Error when trying to create a database from the share.Can’t query tables after mounting
Symptom: Database exists but queries fail with access errors.- Incorrect database/schema/table name
- Missing USAGE grants
- Database not fully mounted
Other users can’t access the share
Symptom: You can query the share, but colleagues in your account cannot. Cause: Shares don’t automatically grant access to all roles in your account. Solution: Grant access to other roles:Query performance issues
Queries running very slowly
Symptom: Queries take minutes or time out. Cause: Likely missing time filter onblock_timestamp.
Solution:
Always filter by block_timestamp:
”Query produced no results”
Symptom: Query runs successfully but returns zero rows when you expect data. Possible causes:-
Case sensitivity issues with addresses
-
Time range has no data
-
Wrong schema or table
High compute costs
Symptom: Snowflake credits are being consumed quickly. Common causes:-
Selecting unnecessary columns
-
Open-ended time ranges
-
No LIMIT on exploratory queries
Data issues
Data seems stale or outdated
Symptom: Latest data is older than expected. Solution: Check the actual freshness:- Core tables: 30 minutes to 1 hour behind chain head
- DeFi/NFT/Price tables: 1-24 hours depending on complexity
Missing or NULL values
Symptom: Expected columns contain NULL or are missing. Common scenarios:-
Transaction without value transfer
-
Failed transactions
-
Contract creation transactions
Unexpected query results
Symptom: Results don’t match expectations or external sources. Debugging steps:Check filters
Verify address filters use LOWER() and are correct.
sql SELECT LOWER('0xYourAddress') AS normalized_address; Sample the data
Look at raw data to understand what’s being returned.
sql SELECT * FROM ethereum.core.fact_transactions WHERE block_timestamp >= CURRENT_DATE - 1 LIMIT 10; Connection and availability
”Share is unavailable” error
Symptom: Share was working but now shows as unavailable. Possible causes:-
Temporary Snowflake outage
- Check Snowflake status page
-
Share revoked (rare)
- Premium access may be revoked if terms are violated
- Contact [email protected]
-
Account issues
- Verify your Snowflake account is active and in good standing
Tables or schemas missing after update
Symptom: Previously available tables are now missing. Cause: Share structure may have been updated by Flipside. Solution: Refresh your view of the share:Edition and feature limitations
”Feature not supported” errors
Symptom: Certain queries or features fail with feature support errors. Cause: Some advanced Snowflake features require higher editions. Required edition: Enterprise or higher Verify your edition:Getting help
If you’ve tried the solutions above and still have issues:Dedicated Slack channel
Get direct access to blockchain data experts (not just support tickets)Chat with us anytime. Direct access to our data engineers who can help with:
- Query optimization and debugging
- Data quality questions
- Schema navigation
- Custom use cases
Email support
[email protected]Include:
- Your data sharing account identifier
- The specific share you’re using
- Error messages or screenshots
- Queries that reproduce the issue
Try FlipsideAI
What to include in support requests
Account information
Account information
- Data sharing account identifier
- Snowflake edition (Enterprise, Business Critical, etc.)
- Region (should be AWS US-EAST-1)
Issue details
Issue details
- What you’re trying to accomplish - What’s happening vs. what you expected - When the issue started - Whether it’s consistent or intermittent
Technical details
Technical details
- Full error messages
- Sample queries that reproduce the issue
- Query IDs from Snowflake (if applicable)
- Screenshots showing the problem
Next steps
Query optimization
Learn best practices to avoid common issues
Data freshness
Understand update schedules and latency
Use cases
See working examples of common queries
Requirements
Review account requirements