Categories: Varia

Change the Default Git Branch for a dbt Cloud Project

In dbt, you can link your project to a github account, which is obviously the right thing to do. By default, the project uses the main branch. But what if you have two dbt projects; one for dev and one for prd? And in the dev project, you want to change the default branch to another branch, for example main-dev? (in this case, deploying to production would mean doing a pull request where you merge the main-dev branch into the main branch)

It took me some time to figure out how to do this, since this isn’t that straight forward in the dbt cloud interface (well, it is when you know where to look). Hence this blog post.

You might think you can change it in the account settings under project.

When you go to your project, you can view and edit repository settings.

But there’s no setting for the default branch. To change this, we need to go to the environments section of the project, which can be found under deploy.

Choose the Development environment.

Go to its settings.

And there we can find the configuration for the default branch. Hit the edit button at the top.

Now we can specify which branch we want to use for the project:

Hit Save, and go back to the develop section of dbt cloud. You will be asked to refresh the IDE interface. And that’s it. The project will now use your custom branch. This means that branch is read-only and it can only be updated through pull requests.


------------------------------------------------
Do you like this blog post? You can thank me by buying me a beer 🙂
Koen Verbeeck

Koen Verbeeck is a Microsoft Business Intelligence consultant at AE, helping clients to get insight in their data. Koen has a comprehensive knowledge of the SQL Server BI stack, with a particular love for Integration Services. He's also a speaker at various conferences.

Recent Posts

Techorama 2024 – Slides

You can find the slidedeck for my Techorama session "Microsoft Fabric for Dummies" on github.

2 days ago

Webinar – Microsoft Fabric for Dummies

On Wednesday May 15th 2024 I will give a free webinar on MSSQLTips.com about Microsoft…

4 days ago

Get row counts of all tables in a Microsoft Fabric warehouse

I loaded some built-in sample data from Wide World Importers into a Fabric warehouse. You…

1 week ago

dataMinds Saturday 2024 – Session Materials

It was great being at dataMinds Saturday 2024 this past weekend. A great crowd of…

2 weeks ago

Check your regions people

Today I was having a nice discussion with some colleagues about Fabric and pricing/licensing came…

3 weeks ago

Book Review – Deciphering Data Architectures

I recently purchased and read the book Deciphering Data Architectures - Choosing Between a Modern…

1 month ago