Issue
You are receiving the following error:
Can't get latest revision from repository: https://github.com/xxx/xxx.git:
Authentication is required but no CredentialsProvider has been registered
Environment
dbt Transformations
Resolution
To resolve this error, input the SSH Git Repository URL in the dbt Transformations setup form.
Follow the instructions for your Git provider below to find the URL of your Git repository. The URL must be in the format git@host.xz:path/to/repo.git
(except for AWS CodeCommit).
Cause
You have used the https Github URL instead of the SSH Git Repository URL.