I cannot setup my local development environment with Dataform CLI because the creation of the df-credentials.json fails. I follow the steps described here: (using dataform 3.0.0-beta on a Windows machine). I can install dataform and init a repo. However, when I want setup the connection with
dataform init-creds
and click through the wizard (choosing the Account Default Credentials) method, the wizard fails by just timing out when testing the connection:
Dataform encountered an error: Credentials test connection timed out.
Error: Credentials test connection timed out.
Since no more information is provided its hard to find any clue what is causing this.
Can anyone help? Or does anyone know how the df-credentials.json has to look like so I can create it manually?
Thank you!