Skip to content
Discussion options

You must be logged in to vote

You can go this approach to create the table schemas without actually doing an insert, as just one extra command

CREATE TABLE my_ducklake.table_name AS (FROM 'table_name/*.parquet' LIMIT 0);

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by fridolin-koch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants