dbt Cloud
Introduction
The dbt Cloud source connector lets you connect to the dbt Cloud API using an Account ID and API token.
This connector is currently in development. At this time, it supports credential validation during setup, but does not yet extract any data.
Setup
- In dbt Cloud, create or locate an API token.
- In your workspace, add a new source and select dbt Cloud.
- Enter the required authentication fields (below).
- Save and test the connection.
Authentication
The connector authenticates to the dbt Cloud API using:
- Account ID: Your dbt Cloud account identifier (digits only).
- API token: A dbt Cloud API token.
During connection testing, the connector validates credentials by calling:
GET https://cloud.getdbt.com/api/v2/accounts/{account_id}- Header:
Authorization: Token {api_token}
Configuration fields
| Field | Type | Required | Description |
|---|---|---|---|
account_id | string | Yes | dbt Cloud Account ID. Must contain only digits. |
api_token | string | Yes | dbt Cloud API token used to authenticate API requests. |
Streams
No streams are currently available. The connector does not yet extract data from dbt Cloud.