Interzoid's tools will access your Snowflake data "read-only" via a connection string. We recommend using a Snowflake Reader Account for access. This guide shows how to give our tool secure, read-only access to your Snowflake data using a Snowflake Reader Account. You only provide access to the data you want us to work with and analyze. You stay in full control and can revoke access at any time.
Reader accounts provide Snowflake-native, read-only access without requiring a separate Snowflake subscription for Interzoid. You decide exactly which objects we can query.
The following are all examples of data that may be included in your connection string:
Ask your Snowflake admin to create a Reader Account dedicated to Interzoid. You’ll see the generated account identifier in the format <reader_account_name>.<region>.<cloud> (for example, interzoid_reader.us-east-1.aws).
From your primary Snowflake account, grant access to the specific databases, schemas, tables, or views that Interzoid should query, and assign that share to the new Reader Account. Access is read-only by design.
Inside the Reader Account, create a user (for example, interzoid_tool_user) and assign a read-only role (for example, interzoid_reader_role). Point this role to a small warehouse (for example, interzoid_wh) with auto-suspend enabled to control costs.
Provide the items listed in What You’ll Provide Us above via your secure channel of choice. We will use these to connect our analytics tool.
Our tool uses the standard Snowflake connection URI. Replace the bracketed values with your details:
snowflake://<user>:<password>@<account_name>/?warehouse=<warehouse>&db=<database>&schema=<schema>&role=<role>
interzoid_tool_user:StrongPassword@interzoid_reader.us-east-1.aws/?warehouse=interzoid_wh&db=interzoid_db&schema=public&role=interzoid_reader_role
If your shared schema isn’t public, substitute the correct schema name.
Click here to learn more about the Snowflake Batch API Processing tool.
Consult Snowflake documentation for more information. Questions? Contact support@interzoid.com and we’ll help your admin complete the setup.