Pranit Sherkar
11/30/2022, 4:34 PMGOOGLE_APPLICATION_CREDENTIALS
which is a JSON file of service account.
While deploying this code it gives obvious error of
'google.auth.exceptions.DefaultCredentialsError: Could not automatically determine credentials. Please set GOOGLE_APPLICATION_CREDENTIALS or explicitly create credentials and re-run the application
How can I tackle this? I dont want to use other Bigquery IO managers as it will need me to change code I have already
Let me knowQwame
11/30/2022, 5:07 PM.env
GOOGLE_APPLICATION_CREDENTIALS=path-to-creds
Pranit Sherkar
12/01/2022, 4:03 AM