Eventual-Inc / Daft

Distributed data engine for Python/SQL designed for the cloud, powered by Rust
https://getdaft.io
Apache License 2.0
2.35k stars 166 forks source link

SQL: ability to read from file paths directly #3197

Open universalmind303 opened 2 weeks ago

universalmind303 commented 2 weeks ago

Is your feature request related to a problem?

I want to be able to read from files without using a function

Describe the solution you'd like

select * from 'path/to/file.parquet';
select * from 's3://path/to/file.parquet';
select * from 's3://path/to/file.csv';
-- and so on

it should at a minimum work with csv, json, and parquet

Describe alternatives you've considered

No response

Additional Context

No response

Would you like to implement a fix?

No