Replies: 1 comment 1 reply
-
There's already a PR for adding hive partitioned data files: #252 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
ducklake_add_data_files
supports adding parquet files, but if a table has usedALTER TABLE .. SET PARTITIONED BY
to specify partitions, usingducklake_add_data_files
will not pull in the partitions from the path.I believe this is a known issue but wanted to formally bring it up since I would love to be able to query existing open datasets on S3, but using ducklake as a friendly wrapper for querying.
e.g.
Beta Was this translation helpful? Give feedback.
All reactions