Error while tring to write data to Google Cloud Storage: Generic GCS error: Unsupported ApplicationCredentials type: service_account #1978
Labels
bug
Something isn't working
Milestone
Environment
Delta-rs version:
python-v0.14.0
Binding:
Python
Environment:
Bug
I'm getting this error while trying to write data to google cloud storage.
I've env variables set to Service account key path
I'm trying to run following command
pd is panda dataframe.
write_deltalake("gs://write/to/this/folder/", pd, filesystem = fs.GcsFileSystem, mode='append')
also tried with normal dataframe as df
write_deltalake("gs://write/to/this/folder/", df, filesystem = fs.GcsFileSystem, mode='append')
What happened:
Thrown error.
What you expected to happen:
Should be able to write successfully.
How to reproduce it:
Above mentioned details should help to reproduce it. Below are the package versions in my requirements.txt
More details:
Followed this #878 and #570. However not sure , if it has support or not. Based on this doc https://delta-io.github.io/delta-rs/api/delta_writer/#deltalake.write_deltalake it seems its supported.
The text was updated successfully, but these errors were encountered: