Connecting Interzoid to your Snowflake account is simple. All you need is a connection string that tells Interzoid how to reach your Snowflake instance. You can copy and paste the format below and replace the placeholders with your own values.
{user}:{password}@{account}/?warehouse={warehouse}&db={database}&schema={schema}
Replace {user}
, {password}
, {account}
,
{warehouse}
, {database}
, and {schema}
with your own values.
This is all you need to get started.
For added security, we recommend granting Interzoid access through a read-only setup. With Snowflake, this can be done either by creating a dedicated read-only user/role or by setting up a Snowflake Reader Account.
INTERZOID_APP_RO
).
interzoid_app_ro:StrongPassword123@myaccount.us-east-1.aws/?warehouse=interzoid_wh&db=interzoid_db&schema=public&role=INTERZOID_READONLY
A Reader Account is a special Snowflake feature that allows you to securely share the desired data with an external party (like Interzoid).
interzoid_tool_user:StrongPassword@interzoid_reader.us-east-1.aws/?warehouse=interzoid_wh&db=interzoid_db&schema=public&role=INTERZOID_READER_ROLE
Using a Reader Account gives you complete control. You decide exactly what to share, and you can revoke access at any time by disabling the user, revoking the role, or unsharing the data.
Questions? Contact support@interzoid.com.