Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dbt Cloud integration doc #19619

Merged
merged 3 commits into from
Nov 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions docs/cloud/dbt-cloud-integration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Using the dbt Cloud integration

## Step 1: Generate a service token

Generate a [service token](https://docs.getdbt.com/docs/dbt-cloud-apis/service-tokens#generating-service-account-tokens) for your dbt Cloud transformation.

## Step 2: Set up the dbt Cloud integration in Airbyte Cloud

To set up the dbt Cloud integration in Airbyte Cloud:

1. On the Airbyte Cloud dashboard, click **Settings**.

2. Click **dbt Cloud integration**.

3. Paste the service token from [Step 1](#step-1-prerequisites) and click **Save changes**.

4. Click **Connections** and select the connection you want to add a dbt transformation to.

5. Go to the **Transformation** tab and click **+ Add transformation**.

6. Select the transformation from the dropdown and click **Save changes**. The transformation will run during the subsequent syncs until you remove it.

:::note

You can have multiple transformations per connection.

:::

8. To remove a transformation, click **X** on the transformation and click **Save changes**.
2 changes: 1 addition & 1 deletion docusaurus/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ module.exports = {
},
'cloud/core-concepts',
'cloud/managing-airbyte-cloud',

'cloud/dbt-cloud-integration',
],
},
{
Expand Down