Skip to main content
Connect Datawise to Snowflake to enable Schema Radar detection and warehouse-level lineage.

Prerequisites

Before connecting, make sure you have:
  • A Snowflake account with a user that has USAGE on the target warehouse and SELECT on INFORMATION_SCHEMA in the target databases.
  • The account identifier for your Snowflake instance (format: orgname-accountname or the legacy account.region format).
  • The warehouse name, role, username, and password for the connecting user.
Create a dedicated Datawise service user in Snowflake rather than using a personal account. This avoids disruption if credentials are rotated.

Required Permissions

Datawise only reads schema metadata and does not access the data in your tables. Grant access only to the schemas you want Datawise to monitor. You can use the allow and deny pattern filters in the connector form to further control what gets ingested.
Option 1: All schemas (easiest, good for initial setup)
Option 2: Specific schemas only (recommended for production)
For production environments, use Option 2. Grant Datawise access only to the schemas you want monitored. This follows the principle of least privilege and limits Datawise’s footprint to exactly what your team has decided to track. You can always add more schemas later by running additional GRANT statements.

Connection Setup

Go to Connectors in the left navigation, click Add Connector, and select Snowflake.

Required Fields

Filters

Settings

Schedule

Testing the Connection

After filling in your credentials, click Test Connection. If the test fails, check:
  • The account identifier format. Common issue: using account.region when your org uses the newer orgname-accountname format.
  • That the role is granted and set as the default for the user.
  • That the warehouse is not suspended and the user has USAGE on it.

After Connecting

Once connected and the first ingestion runs:
  • Tables and views from the connected schemas appear in Data Assets.
  • Schema Radar begins detecting schema changes on your configured schedule.
  • Lineage from Snowflake populates when dbt Cloud is also connected.
Trigger a manual sync at any time from the Connectors page by clicking Run Now.