Support connecting to local s3 object stores in datafusion-cli
#10072
Labels
enhancement
New feature or request
datafusion-cli
#10072
Is your feature request related to a problem or challenge?
I am trying to use Sprox locally to query parquet files
Sprox currently proxies requests to an actual S3 instance or local file cache.
I would like to be able to create an EXTERNAL table to read from this instance. Here is how it works in DuckDB:
Describe the solution you'd like
I would like to do something like this in
datafusion-cli
:When I run that today here is the error I get
I think this particular error is related to the fact that the config provider doesn't check for
aws.endpoint
. However, even once I fixed that locally I still couldn't make the external table -- I get an error about scheme not allowed.Describe alternatives you've considered
Note you can do this workflow using environment variables
Additional context
No response
The text was updated successfully, but these errors were encountered: