feat(gcp): switch to ADC google authentification
BREAKING CHANGE: switch from GOOGLE_OAUTH_ACCESS_TOKEN to GOOGLE_APPLICATION_CREDENTIALS In your dbt profiles.yml you have to: remove token: "{{ env_var('GOOGLE_OAUTH_ACCESS_TOKEN') }}" switch from method: oauth-secrets to method: oauth
Loading