Skip to main content

Account integrations in dbt Cloud

The following sections describe the different Account integrations available from your dbt Cloud account under the account Settings section.

Example of Account integrations from the sidebarExample of Account integrations from the sidebar

Git

Connect your dbt Cloud account to your Git provider to enable dbt Cloud users to authenticate your personal accounts. dbt Cloud will perform Git actions on behalf of your authenticated self, against repositories to which you have access according to your Git provider permissions.

To configure a Git account integration:

  1. Navigate to Account settings in the side menu.

  2. Under the Settings section, click on Integrations.

  3. Click on the Git provider from the list and select the Pencil icon to the right of the provider.

  4. dbt Cloud natively connects to the following Git providers:

You can connect your dbt Cloud account to additional Git providers by importing a git repository from any valid git URL. Refer to Import a git repository for more information.

Example of the Git integration pageExample of the Git integration page

OAuth

Connect your dbt Cloud account to an OAuth provider that are integrated with dbt Cloud.

To configure an OAuth account integration:

  1. Navigate to Account settings in the side menu.
  2. Under the Settings section, click on Integrations.
  3. Under OAuth, and click on Link to connect your Slack account.
  4. For custom OAuth providers, under Custom OAuth integrations, click on Add integration and select the OAuth provider from the list. Fill in the required fields and click Save.
Example of the OAuth integration pageExample of the OAuth integration page

AI

Once AI features have been enabled, you can use dbt Labs' AI integration or bring-your-own provider to support AI-powered dbt Cloud features like dbt Copilot and Ask dbt. Note, if you bring-your-own provider, you will incur API calls and associated charges for features used in dbt Cloud.

To configure the AI integration in your dbt Cloud account, a dbt Cloud admin can perform the following steps:

  1. Navigate to Account settings in the side menu.
  2. Under the Settings section, click on Integrations.
  3. Scroll to AI.
  4. Click on the Pencil icon to the right of OpenAI to configure the AI integration.
Example of the AI integration pageExample of the AI integration page

dbt Labs OpenAI

  1. Select the toggle for dbt Labs to use dbt Labs' managed OpenAI key.
  2. Click Save.

OpenAI key

  1. Select the toggle for OpenAI to use your own OpenAI key.
  2. Enter the API key.
  3. Click Save.

Azure OpenAI beta

Deploying your own OpenAI model on Azure https://learn.microsoft.com/en-us/azure/ai-studio/how-to/deploy-models-openai

Example of the AI integration pageExample of the AI integration page
info

dbt Cloud's AI is optimized for OpenAIs gpt-4o. Using other models can affect performance and accuracy, and functionality with other models isn't guaranteed.

You can configure credentials for your Azure OpenAI deployment in the following two ways:

  •  From a Target URI
  •  Manually providing the credentials
0