dbt via GitHub
Connect dbt via GitHub to sync your metadata
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 requires you to 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 following:
The repository containing your
dbtprojectThe branch of the repository that you'd like Canvas to build with (usually
masterormain)The schema in your warehouse that your
dbtmodels build into.dbtrequires this access to compile your project.
Last updated