Package dataiceberg is a togo data backend that queries Apache Iceberg tables
through DuckDB (which reads Iceberg natively). Select with
`togo provider:use data iceberg`.
ICEBERG_DUCKDB_BIN duckdb binary (default "duckdb")
ICEBERG_INIT setup SQL run before each query
(default "INSTALL iceberg; LOAD iceberg;")
Point queries at your tables with iceberg_scan('s3://…/table') per DuckDB's
iceberg extension.