Include DuckDB and use it for previewing tabular data (parquet, csv, json, ...) #8447
Open
3 tasks done
Labels
💡 feature request
New feature or request
Preflight Checklist
Problem
Current preview functionality for data files (parquet, csv, json, ...) is limited:
Desired Solution
DuckDB is a lightweight analytical engine. It is able to query various file types and also features an extension so it works with Azure Storage seamlessly. Using DuckDB for previewing data from Azure Storage will have several benefits:
SELECT * FROM blob LIMIT 100
Alternatives and Workarounds
Users can install DuckDB manually, use Azure Storage Explorer to obtain a blob url, open DuckDB CLI and use the blob url to query a file from Azure Storage.
Additional Context
The text was updated successfully, but these errors were encountered: