Skip to content
Discussion options

You must be logged in to vote

like this by table_id

select path from ducklake_data_file where table_id=1

or by table name:

select path from ducklake_data_file join ducklake_table using (table_id) where table_name='test'

https://ducklake.select/docs/stable/specification/tables/overview

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by djouallah
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