Hi,
I am using dbt cloud (enterprise edition) and using managed Git.
I tried to merge my branch to master branch and get this error:
dbt Cloud was not able to retrieve the repository status, please check that dbt Cloud has permission to read and write to the repository. If you think this is an error, please contact support.
git rev-list tpch1…origin/master --count fatal: ambiguous argument ‘tpch1…origin/master’: unknown revision or path not in the working tree. Use ‘–’ to separate paths from revisions, like this: ‘git […] – […]’
How can I fix this?