Bitbucket dbt docs Sync

To connect your Bitbucket dbt repository, you will need to follow these steps -

  1. 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.

  1. Provide the following information -

    1. Bitbucket Repository URL,

    2. dbt Project name, as mentioned in the dbt_project.yml file, and

    3. Root 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