-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
1 parent
8d94c3a
commit c18c2a1
Showing
2 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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**. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters