daviskirk commented on issue #5263:
URL: https://github.com/apache/arrow-rs/issues/5263#issuecomment-1889104432
Sure, thanks for taking so much time trying to help on this
```
# this is uploading the polars dataframe "test" to the bucket "bla"
[12/Jan/2024:12:40:58 +0000] \"POST
/upload/storage/v1/b/bla/o?uploadType=resumable HTTP/1.1\" 200 209"
[12/Jan/2024:12:40:58 +0000] \"POST
/upload/storage/v1/b/bla/o?uploadType=resumable&name=test&upload_id=2597bfde7e1e17b6f4ee27bef237f478
HTTP/1.1\" 200 445"
# This is the download/reading with fsspec
[12/Jan/2024:12:41:39 +0000] \"GET /storage/v1/b/bla/o/test HTTP/1.1\" 200
445"
[12/Jan/2024:12:41:39 +0000] \"GET
/download/storage/v1/b/bla/o/test?alt=media HTTP/1.1\" 206 0"
# This is trying to read the file using polars read_parquet using
# pl.read_parquet("gs://bla/test", storage_options={"service_account":
"./google-client-data.json"})
# and the service account file:
# {"gcs_base_url": "http://127.0.0.1:9090", "disable_oauth": true,
"client_email": "test.example.com", "private_key": "", "private_key_id": ""}
[12/Jan/2024:12:42:05 +0000] \"HEAD /bla/test HTTP/1.1\" 404 10"
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]