iceberg-python icon indicating copy to clipboard operation
iceberg-python copied to clipboard

make to_duckdb accept multiple tables

Open djouallah opened this issue 1 year ago • 2 comments

Feature Request / Improvement

currently it seems con =catalog.load_table('aemo.scada').scan().to_duckdb(table_name="scada") accept only 1 table, it will be nice to have something like con =catalog.load_namespace('aemo').scan().to_duckdb() which will expose the whole database to duckdb in one go

djouallah avatar Feb 10 '24 12:02 djouallah

Thanks for reporting this. I like it! We need to have support for lazy datasets before this becomes feasible.

Fokko avatar Feb 13 '24 12:02 Fokko

is there a way to load two tables, it seems you can only Query 1 table at the time ?

djouallah avatar May 05 '24 11:05 djouallah