Gabriel Bandeira
09/06/2023, 9:06 PMDatasetError:
'refresh_token'.
It happens on all files I try to load (xlsx
, pkl
, parquet
). Any clues on that?Python 3.10.12
kedro==0.18.12
kedro-datasets[spark,pandas]==1.5.3
gcsfs==2023.9.0
refresh_token
I only have the keys:
type
project_id
private_key_id
private_key
client_email
client_id
auth_uri
token_uri
auth_provider_x509_cert_url
client_x509_cert_url
universe_domain
I am able to connect to the GCP account using this credentials for loading and saving directly on BigQuery but I need to open a link and authenticate on the browser to do it.GOOGLE_APPLICATION_CREDENTIALS
environment variable pointing to a json with credentialsElaine Resende
10/26/2023, 9:55 PMGabriel Bandeira
11/16/2023, 5:49 PMElaine Resende
11/20/2023, 7:52 PM