Skip to main content

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

  1. In dbt Cloud, create or locate an API token.
  2. In your workspace, add a new source and select dbt Cloud.
  3. Enter the required authentication fields (below).
  4. 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

FieldTypeRequiredDescription
account_idstringYesdbt Cloud Account ID. Must contain only digits.
api_tokenstringYesdbt Cloud API token used to authenticate API requests.

Streams

No streams are currently available. The connector does not yet extract data from dbt Cloud.