Skip to Content
Connectorsdbt Cloud

dbt Cloud

Connect dbt Cloud to Cendriix to trigger runs and browse model documentation.

Authentication

dbt Cloud uses API key authentication. You’ll need to generate an API key from your dbt Cloud dashboard.

Setup

  1. Navigate to Settings → Integrations → Connectors
  2. Find dbt Cloud in the connector list
  3. Click Connect
  4. Enter your API key when prompted
  5. The connector will be activated immediately

Admin Setup (Self-Hosted)

To enable dbt Cloud for your Cendriix instance:

  1. Generate an API key from your dbt Cloud dashboard 
  2. Note the API key for the next step
  3. Populate the Secrets Manager secret cendriix/prod/connectors/dbt-cloud with:
    { "api_key": "..." }

Use Cases

  • Trigger runs and browse model documentation
  • Automate workflows between dbt Cloud and your other connected tools
  • Query dbt Cloud data from Cendra AI assistant

Documentation

Last updated on