Replies: 3 comments
-
Hi @djouallah! Are you encountering any issues when reading 100 of these tables? Note that even calling |
Beta Was this translation helpful? Give feedback.
-
sorry, what I meant, I don't want to write 100 LOC in order to read 100 tables, my ask is about a simpler API, not about performance |
Beta Was this translation helpful? Give feedback.
-
Ah got it :) I think if you're reading dataframes = {
table_name: daft.read_iceberg(catalog.load_table(table_name)) for table_name in catalog.list_tables("db")
} Note that these calls to |
Beta Was this translation helpful? Give feedback.
-
currently using this for three tables, but probably it should be a better way when we have like 100 of tables
something like
Beta Was this translation helpful? Give feedback.
All reactions