Skip to content

Commit

Permalink
add rn
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 committed Dec 3, 2024
1 parent 24aba36 commit 6315b54
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 17 deletions.
15 changes: 8 additions & 7 deletions website/docs/docs/cloud/account-integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ To configure an OAuth account integration:
- For Slack, click on **Link** to connect your Slack account.
- 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**.

<Lightbox src="/img/docs/dbt-cloud/account-integration-auth.jpg" width="85%" title="Example of the OAuth integration page" />
<Lightbox src="/img/docs/dbt-cloud/account-integration-oauth.jpg" width="85%" title="Example of the OAuth integration page" />

## AI

Expand All @@ -45,6 +45,8 @@ To configure the AI integration in your dbt Cloud account, a dbt Cloud admin can
3. Scroll to **AI**.
4. Click on the **Pencil** icon to the right of **OpenAI** to configure the AI integration.

<Lightbox src="/img/docs/dbt-cloud/account-integration-ai.jpg" width="85%" title="Example of the AI integration page" />

### dbt Labs OpenAI

1. Select the toggle for **dbt Labs** to use dbt Labs' managed OpenAI key.
Expand All @@ -69,7 +71,7 @@ You can configure credentials for your Azure OpenAI deployment in the following
- <Expandable alt_header="From a Target URI">

**Locate your Azure OpenAI deployment URI**
{ref to Azure docs}
ref to Azure docs

ADD SCREENSHOT

Expand All @@ -79,13 +81,12 @@ You can configure credentials for your Azure OpenAI deployment in the following
4. Verify the **Endpoint**, **Model Name**, and **API Version** are correct.
5. Enter your Azure OpenAI API key.
6. Click **Save**.

</Expandable>
</Expandable>

- <Expandable alt_header="Manually providing the credentials">

**Locate your Azure OpenAI configuration**
{ref to Azure docs}
ref to Azure docs

ADD SCREENSHOT

Expand All @@ -96,6 +97,6 @@ You can configure credentials for your Azure OpenAI deployment in the following
5. Enter the **API Version**.
6. Enter your Azure OpenAI API key.
7. Click **Save**.
</Expandable>
</Expandable>


<Lightbox src="/img/docs/dbt-cloud/account-integration-ai.jpg" width="85%" title="Example of the AI integration page" />
15 changes: 5 additions & 10 deletions website/docs/docs/cloud/enable-dbt-copilot.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,9 @@ Note: To disable (only after enabled), repeat steps 1 to 3, toggle off in step 4

Once AI features have been enabled, you can provide your organization's OpenAI API key. dbt Cloud will then leverage your OpenAI account and terms to power dbt Copilot. This will incur billing charges to your organization from OpenAI for requests made by dbt Copilot.

Note that Azure OpenAI is not currently supported, but will be in the future.
Configure AI keys using:
- [dbt Labs-managed OpenAI API key](/docs/cloud/account-integrations#dbt-labs-openai)
- [Azure OpenAI](/docs/cloud/account-integrations#azure-openai)
- Or your own [OpenAI API key](/docs/cloud/account-integrations#openai-key)

A dbt Cloud admin can provide their API key by following these steps:

1. Navigate to **Account settings** in the side menu.

2. Find the **Settings** section and click on **Integrations**.

3. Scroll to **AI** and select the toggle for **OpenAI**

4. Enter your API key and click **Save**.
For configuration details, see [Account integrations](/docs/cloud/account-integrations#ai).
3 changes: 3 additions & 0 deletions website/docs/docs/dbt-versions/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ Release notes are grouped by month for both multi-tenant and virtual private clo

\* The official release date for this new format of release notes is May 15th, 2024. Historical release notes for prior dates may not reflect all available features released earlier this year or their tenancy availability.

## December 2024
- **New**: You can now configure AI keys using [Azure OpenAI](/docs/cloud/account-integrations#azure-openai). Additionally, you can use your own [OpenAI API key](/docs/cloud/account-integrations#openai-key) or use [dbt Labs-managed OpenAI](/docs/cloud/account-integrations#dbt-labs-openai) key. Refer to [Bring your own OpenAI API key (BYOK)](/docs/cloud/enable-dbt-copilot#bringing-your-own-openai-api-key-byok) for more information.

## November 2024
- **Fix**: Job environment variable overrides in credentials are now respected for Exports. Previously, they were ignored.
- **Behavior change**: If you use a custom microbatch macro, set a [`require_batched_execution_for_custom_microbatch_strategy` behavior flag](/reference/global-configs/behavior-changes#custom-microbatch-strategy) in your `dbt_project.yml` to enable batched execution. If you don't have a custom microbatch macro, you don't need to set this flag as dbt will handle microbatching automatically for any model using the [microbatch strategy](/docs/build/incremental-microbatch#how-microbatch-compares-to-other-incremental-strategies).
Expand Down

0 comments on commit 6315b54

Please sign in to comment.