Skip to main content
Connect Datawise to dbt Cloud to enable transformation-layer lineage and map dbt model dependencies onto your warehouse schema.

Prerequisites

  • A dbt Cloud account with at least one project and job configured.
  • A dbt Cloud service token with read access. Generate one under Account Settings > Service Tokens in dbt Cloud.
  • Your dbt Cloud Account ID and Project ID. Find these in the dbt Cloud URL: https://cloud.getdbt.com/#/accounts/{ACCOUNT_ID}/projects/{PROJECT_ID}/.

Connection Setup

Go to Connectors, click Add Connector, and select dbt Cloud.

Required Fields

Optional Fields

Settings

Schedule

How It Works

Datawise pulls from the dbt Cloud API using the Job ID you provide. It fetches the manifest and run artifacts from the latest successful run, then builds a model dependency graph. This graph maps onto your warehouse lineage so when Schema Radar detects a schema change, Datawise resolves which dbt models depend on the changed table.

Testing the Connection

If the test fails, check:
  • That the service token has read access at the account level, not scoped only to a specific project.
  • That the Job ID belongs to the specified Project ID.
  • That the Access URL is correct for your account type.

After Connecting

Once connected:
  • dbt models appear in Data Assets alongside your warehouse tables.
  • The Lineage view shows model-to-table and model-to-model dependencies.
  • Schema Guardian PR analysis references dbt model impact when a breaking change is detected.