💾DBT

This page explains how to setup the DBT on Cargo.

Connect your DBT account to extract your DBT models to cargo datasets.

How to authenticate?

Log In to your Dbt account. On Header navigation bar click on the cog icon at the right, then click on Account settings

Click on service tokens at the settings panel, then Click on + new token

Set Read-only permission on All projects, then generate a key and copy past it to you Cargo DBT connector config

then click on Account on the left, there you can find there your DBT Account ID.

Then click on Deploy > Environments and select you production environment

you can find the Environment ID from the URL .../projects/<PROJECT_ID>/environments/<ENVIRONMENT_ID>

Last updated