getredash / redash

Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.
http://redash.io/
BSD 2-Clause "Simplified" License
26.45k stars 4.38k forks source link

Redash can support parquet file format ? #6664

Open viettran97118 opened 11 months ago

viettran97118 commented 11 months ago

I have an idea. Why Redash does not support format parquet file? It's good for supporting large data efficiently. And I think it is a trend for storage data, and connecting to visualization tools. Now the market has some tools that support that, example: tableau, power bi, metabase.

How do your team consider adding ideas on road map 2024?

image

guidopetri commented 10 months ago

This seems like a reasonable request. ime, Parquet files are usually sharded, though - so we'd have to load several URLs in order to use it properly. Maybe the better approach would be to enable bucket usage, and point to a Parquet file/directory?

viettran97118 commented 10 months ago

Thank for reply, I expect it