-
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');