Skip to main content
RevenueBase delivers data via Snowflake Data Sharing — a secure, zero-copy share that adds a RELEASES database directly to your Snowflake account. No file downloads or ETL pipelines required. Tables are immediately queryable once you accept the share.

Get access

1

Provide your Snowflake account locator

Share your Snowflake Account Locator with your RevenueBase onboarding contact. This is the unique identifier for your Snowflake account.
You can find your Snowflake Account Locator in the bottom-left corner of the Snowflake Dashboard.
2

Accept the share via Snowflake Marketplace

Once we’ve added you to the share, you’ll see it in your Snowflake Marketplace. To access it:
  1. Open Snowflake Marketplace in the left panel of the Snowflake UI
  2. Find the RevenueBase incoming share (e.g., RELEASES_EXT_SHARE or RELEASES_RAW_SHARE)
  3. Click Get or Get Data (top-right corner) to add the shared database to your account
This creates a new database called RELEASES in your Snowflake account containing the shared tables.
3

Query your data

Once the share is accepted, query the tables directly:
SELECT *
FROM RELEASE.PER_LATEST
LIMIT 100;

Table paths

All RevenueBase tables live under the RELEASES database. Use the schema-qualified path when writing queries.
TableSnowflake path
PersonRELEASES.RELEASE.PER_LATEST
OrganizationRELEASES.RELEASE.ORG_LATEST
InsightsRELEASES.RELEASE.INSIGHTS_LATEST
Person + Organization (pre-joined)RELEASES.RELEASE.VELOCITY_BASE_UNLIMITED_LATEST
Person + Organization + Insights (pre-joined)RELEASES.RELEASE.VELOCITY_ENHANCED_UNLIMITED_LATEST
Raw feedRELEASES.CUSTOM.RAW_FEED_PER_LATEST

Next steps

Available tables

Descriptions of each table and what’s included in your subscription.

Data Freshness & Quality

How verification works, why records become stale, and quality assessment guidance.