Bitbucket dbt docs Sync
To connect your Bitbucket dbt repository, you will need to follow these steps -
Create a Repository Access Token in Bitbucket and grant the following permissions -
Read and write access to repositories: This allows us to ensure we are syncing the descriptions to the updated models.
Read and write access to pull request: This allows us to create or delete a PR and verify that there are no conflicts when generating a PR.

Provide the following information -
Bitbucket Repository URL,
dbt Project name, as mentioned in the
dbt_project.yml
file, andRoot folder (if the dbt project is not in the root folder).
Once this is setup, you will see new PRs generated in your Bitbucket Repo.

Last updated
Was this helpful?