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.
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.
See instructions in . The token must have access to both the Metadata API and Job Admin.
If you want to allow Arcwise to use , then youโll need to link Arcwise to the dbt Semantic Layer. Follow the (if you havenโt already) and paste the proxy URL from your jobโs environment into Arcwise.
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 for how to do this for an individual model or entire folders.