Naxis Technologies Docs
Live demo

Databases & CRM

Set up Snowflake

Connect a Snowflake database. The same treatment as the SQL source — the schema is read, tables that hold your customers, orders and invoices become records with their figures totalled exactly — over Snowflake's own SQL API with a programmatic access token, so there is no driver, no app to register, nothing installed. Read-only.

Before you start

  1. Documents → Snowflake: enter the Account identifier and Database, and paste the token.
  2. Schema defaults to PUBLIC; set it only if your tables live in their own schema. Warehouse defaults to the token's own default — name one (an X-Small is plenty) only if that user has none.
  3. Optionally narrow with Only these tables or Skip these tables.
  4. Choose access groups, Test, then Sync.

What comes in

SchemaThe schema inside the database to read — blank uses PUBLIC.
WarehouseThe virtual warehouse queries run on — blank uses the token's own default; name one only if that user has none. An X-Small is enough for the modest, capped amounts this connector reads.
Only these tablesAllow-list, one table per line; blank reads every table.
Skip these tablesThe opposite — read everything except these.

Access

Visible only to the access groups chosen on the source — Snowflake's own role grants aren't read row by row; they only cap what the token, and so the connector, can reach at all.

Tokens expire on whatever schedule your admin set in Snowflake — the source stops syncing when one does, and pasting a fresh token over it resumes on the next sync. Records are capped the same way as the SQL source: the newest 5,000 rows per table.

Was this page helpful?
Was this page helpful? Sign in with Google Sign in to tell us — or leave a comment.

Last updated 20 Sep 2026