Migration to Bitbucket from native Git: Models from different projects mixed together.

ejvlf
New Member

Hey everybody!

So, we were migrating our versioning system to Bitbucket as per company standard by following the guide in https://help.looker.com/hc/en-us/articles/360001310847-Migrating-to-a-New-Git-Repository.
Everything went fine our projects are set with PRs for deployment and inside the repo in Bitbucket.
The issue is that all the models and views files are being shared between projects. This wasn’t happening in the previous git repo. Some setting we missed? Does Looker create a different repo per project behind the scenes?

Thanks for your help!

Solved Solved
0 2 234
1 ACCEPTED SOLUTION

Did you follow the “Advanced Solution” steps in that article or the “Simple Solution”?

Either way, if you’re not seeing the same duplication in your repo within bitbucket, then it sounds like something is out of sync.

You could try hitting the deploy webhook for your instance to re-sync any changes made outside of Looker, and if that doesn’t work, I’d reach out to support (in-product chat or help.looker.com so they can muck around in your git config 🙂

View solution in original post

2 REPLIES 2

Did you follow the “Advanced Solution” steps in that article or the “Simple Solution”?

Either way, if you’re not seeing the same duplication in your repo within bitbucket, then it sounds like something is out of sync.

You could try hitting the deploy webhook for your instance to re-sync any changes made outside of Looker, and if that doesn’t work, I’d reach out to support (in-product chat or help.looker.com so they can muck around in your git config 🙂

ejvlf
New Member

Hey Izzy!

Thanks for your response. We moved forward with different repos per project.

That worked!

Thanks!