dbt via GitHub
If you do not use dbt
Cloud, Canvas can download and compile your dbt
project to generate the descriptions for your models and columns. This currently requires that you host your dbt
project on Github and give Canvas access to your repository via OAuth.
Once you've granted Canvas access via OAuth, you must select:
The repository containing your
dbt
projectThe branch of the repository that you'd like Canvas to build with (usually
master
ormain
)The schema in your warehouse that your
dbt
models build into.dbt
requires this access to compile your project.
Last updated
Was this helpful?