diff --git a/docs/cloud/dbt-cloud-integration.md b/docs/cloud/dbt-cloud-integration.md new file mode 100644 index 000000000000..033dc58fe8ef --- /dev/null +++ b/docs/cloud/dbt-cloud-integration.md @@ -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**. diff --git a/docusaurus/sidebars.js b/docusaurus/sidebars.js index ff9c9630ab87..fad668bd3341 100644 --- a/docusaurus/sidebars.js +++ b/docusaurus/sidebars.js @@ -71,7 +71,7 @@ module.exports = { }, 'cloud/core-concepts', 'cloud/managing-airbyte-cloud', - + 'cloud/dbt-cloud-integration', ], }, {