Hi All,
We are new to dbt cloud and our team faces some challenges now.
We have three databases standing for three environments now, dev, qa and prod.
We want to follow up git-hub workflow to do the development.
Our process now is to be designed as create feature/xxx branch from main branch, and once development is done, we will merge feature/xxx into release branch and then do the testing in qa, if all the test cases are passed, we will merge release branch into main branch.
However, we know how to set up the jobs and environments, but we are not sure what is best practice working in dbt.
Any suggestions would be helpful.