Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Dataform - Unable to connect to your Git provider

We are trying to connect the Repos (Azure DevOps) as the main repository of Datafrom (GCP) and we are encountering the following error.

We are following exactly what the documentation requires:

  1. Generating an SSH key pair linked to the service account used in Dataform (ssh-keygen rsa -c "email@sa-dataform")
  2. Placing the private key in a secret in the Secret Manager
  3. Adding the public key to the repository (Azure DevOps)
  4. Configuring the repository in Dataform
Show More
We are unable to connect to your Git provider with the configured credentials. If you use HTTPS authentication check that the token is valid and has not expired. If you use SSH authentication check that the private user key and public host key are valid. View docs on connecting a remote git repository. 

rafaelbg_0-1713904438559.png

 

To make matters worse, when trying to connect to the external repository and even after deleting the configuration attempt, the process broke my version release plan.

rafaelbg_2-1713905297306.png

Somebody help us?

Solved Solved
7 4 936
2 ACCEPTED SOLUTIONS

Thank you @ms4446 

We managed to connect repos to Dataform and I wrote an article on Medium explaining the solution.

View solution in original post

This part helped me solve my issue when integrating Dataform with GitHub:

cat .ssh/known_hosts | grep -o 'ssh-rsa.*$'

Thank you @rafael-bg for your article!

--
Best regards
David Regalado
Web | Linkedin | Cloudskillsboost

View solution in original post

4 REPLIES 4