I need a docker container being run by a google cloud run job to have access to the default credentials stored on the VM the container is spun up on but so far have been unable to do this.
Does anyone have any methods for doing this?
For context this is so I can run DBT and have it connect to BigQuery using the OAuth method.