-
Create a new DuckDB in-memory connection using DBeaver, specifying the path as
:memory:
-
Create a new script to run your query with, using the connection created
SELECT * FROM parquet_schema('/path/to/parquet/file.parquet'); SELECT * FROM read_parquet('/path/to/parquet/file.parquet');
Created
November 15, 2024 12:39
-
-
Save barbietunnie/88f5f87ea36589658eb6662204b51590 to your computer and use it in GitHub Desktop.
How to read Parquet files with DuckDB
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment