Closed lostmygithubaccount closed 1 month ago
We simply use the object store crate in Rust, if it's not working then it's because anon is not a supported config, you should try asking this in arrow-rs where object store belongs
is there any documentation on what is supported in storage_options
?
is there any documentation on what is supported in
storage_options
?
You can find that here: https://docs.rs/object_store/latest/object_store/gcp/enum.GoogleConfigKey.html
Environment
Delta-rs version:
deltalake==0.19.2
Binding: Python
Environment:
Bug
What happened:
I have a public GCS bucket with a bunch of Delta Lake tables. the bucket has viewer access for allUsers, meaning unauthenticated users can access it. you can easily test this with pandas or other libraries (I hit this with Ibis):
but trying to read a Delta Lake table in the same place -- if not authenticated with GCP it seems -- results in an error:
there's not a lot in the stacktrace to go on
What you expected to happen:
above works
How to reproduce it:
You can try it out on the bucket noted above:
gs://ibis-analytics
haspenguins.csv
,penguins.parquet
, andpenguins.delta
in itMore details:
this was reproduced by others as well