Replies: 3 comments
|
Hi @djouallah! Are you encountering any issues when reading 100 of these tables? Note that even calling |
|
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 |
|
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 |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
currently using this for three tables, but probably it should be a better way when we have like 100 of tables
something like
All reactions