You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When instantiating with bigquery.Client.from_service_account_json('...') the project field in the client should be set to the project_id defined in the service account JSON.
When instantiating with
bigquery.Client.from_service_account_json('...')theprojectfield in the client should be set to theproject_iddefined in the service account JSON.Right now it is still the one from env.