πConnect to dbt
Last updated
Last updated
Once youβve set up the initial data warehouse connection, you can add dbt jobs linked to the warehouse account.
NOTE: this requires Job Viewer
role access to a dbt Cloud account.
In the Connections tab, click on the connection that should have linked dbt jobs.
Go to the dbt connections section and click the Add dbt connection button.
Fill in the form with the required details. See below for additional details.
After the dbt connection has been successfully saved, navigate to the βTablesβ tab and you should see the models and metrics belonging to your dbt job.
By default, Arcwise will index all models and metrics linked to the job that have not been marked as hidden from dbt docs. To hide things from Arcwise, you can set the docs
config to show: false
- please see the official dbt docs for how to do this for an individual model or entire folders.