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
Delta-rs version: main branch (I'm currently using this to develop because of bugs in datafusion 32, so I need datafusion 33+)
Binding: Rust
Environment:
Cloud provider: AWS
OS: MacOS/AWS Lambda
Other:
Bug
What happened: The specified table_uri is not valid: InvalidTableLocation("Unknown scheme: s3") when trying to read a table with open_table_with_storage_options.
What you expected to happen: The table to be opened.
How to reproduce it: Try to read a table from s3 with open_table_with_storage_options. Something like this:
main has unreleased changes which fully remove the AWS support code into the deltalake-aws crate. In order to make that possible, the user must now let the core code what available storage handlers exist. Here's an example of this being done in the Python code here
Environment
Delta-rs version:
main
branch (I'm currently using this to develop because of bugs in datafusion 32, so I need datafusion 33+)Binding: Rust
Environment:
Bug
What happened:
The specified table_uri is not valid: InvalidTableLocation("Unknown scheme: s3")
when trying to read a table withopen_table_with_storage_options
.What you expected to happen: The table to be opened.
How to reproduce it: Try to read a table from s3 with
open_table_with_storage_options
. Something like this:More details: Yes, I am using the "s3" feature
The text was updated successfully, but these errors were encountered: