Making your first PR
To complete this chapter, let’s see how we can create a PR in our setup with GitHub as our Git provider.
Remember that you can open a PR only when your working environment is clean – that is, when you have no pending changes after the last commit. Therefore, to create a PR, commit, or revert, all the changes.
Once you have a clean working environment, follow these steps:
- To start the process to create a PR on the service provider, click on the Create pull request button.
Figure 11.6: The PR creation option
- You will be directed to the site of your Git provider on the page to start the PR creation and confirm the start and target branch. The branches will already be set from the branch you had open in dbt, as main or master. Each Git provider has a slightly different process, but you always have to confirm the start and target branch.
Figure 11.7: Confirming the start...