Open universalmind303 opened 2 weeks ago
I want to be able to read from files without using a function
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
No response
No
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
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