Skip to main content
RevenueBase delivers data directly to your Snowflake account — which is 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.

Setup your Snowflake integration

1

Locate Integrations

On the RevenueBase web application, select Integrations from the side bar.
2

Fill in your Snowflake Account ID

Setting up your Snowflake integration in RevenueBase.
Under Step 1 — Your Snowflake Account Locator, submit your Snowflake Account ID.
You can find your Snowflake Account ID in the bottom-left corner of the Snowflake Dashboard. It looks like ABC12345-XYZ67890.
3

Wait for email confirmation

Once your Snowflake Account ID has been submitted, please allow up to 10 minutes as we prepare to provision your data share. Once provisioned, you will receive an email to continue.
Setting up your Snowflake integration in RevenueBase.
4

Accept the share on Snowflake

Once you’ve received an email confirmation, come back to the Snowflake integration to access your Snowflake Marketplace. Once redirected to Snowflake Marketplace, click on “Get” to accept the data share.
Setting up your Snowflake integration in RevenueBase.
How to accept the share from Snowflake:
  1. In Snowflake, go to Data → Marketplace in the left panel
  2. Find the share — RELEASES_EXT_SHARE or RELEASES_RAW_SHARE
  3. Click Get on the top-right corner, this creates a RELEASES database in your account
5

Verify access

Once you’ve accepted the data share on Snowflake, you’ll see the following confirmation page that initiates the data transfer. This may take up to 10 minutes, and you’ll get an email confirmation when the data share completes.
Setting up your Snowflake integration in RevenueBase.
You can simply test your data access by querying the database:
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