snowflake-revbase
global
SQL into the RevenueBase Snowflake share for ad-hoc pulls, list builds, and multi-slice exploration.
Direct SQL access to Josh's RevenueBase Snowflake share (account GITOZUX-HIB15754, service user ENRICH_SVC, role ENRICH_SVC_ROLE, key-pair auth). Live tables: REVENUEBASE_RELEASES_PERSONORGANISATION_DATA.PER.PER_LATEST (388M people rows, 59 cols) and ORG.ORG_LATEST (65M company rows, 61 cols), joined via p.RBID_ORG = o.RBID. Three modes: (1) ad-hoc querying for English-described slices, (2) single-slice list build with count-first protocol, (3) multi-slice filter exploration that runs N complementary filters in parallel, shows a counts comparison table, then pulls a deduped union. All exports emit a 73-col CSV format (Segment + 72 Gigasheet-standard columns) ready for /qualify, /surface, Clay. Read-only enforced at SQL-string layer in addition to the read-only role. Trigger words: snowflake, snowflake-revbase, revbase sql, revenuebase sql, sql revbase, query revbase, snowflake list, snowflake query, snowflake-revbase pull, revbase snowflake, multi-slice list, list build, slice.
Show details