Skip to content

Commit

Permalink
dbt Cloud integration doc (#19619)
Browse files Browse the repository at this point in the history
dbt Cloud integration doc

Made some changes since we last reviewed.

- Deleted the sections about how to find your account ID and job ID because the integration now fetches those for you after you add your service token.
- Deleted the section about viewing logs.
Edited to reflect the changes to the + Add transformation dropdown.
  • Loading branch information
sophia-wiley authored and SofiiaZaitseva committed Nov 24, 2022
1 parent 8d94c3a commit c18c2a1
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
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

0 comments on commit c18c2a1

Please sign in to comment.