duckdb_iceberg
duckdb_iceberg copied to clipboard
Support for autoloading the Iceberg extension?
Is there a specific technical reason why the Iceberg extension does not support autoloading. I'm leveraging the extension within another framework that doesn't easily let me sneak in an additional LOAD iceberg command, so autoloading (or other tricks you'd recommend) would be very helpful.
Thanks, benjamin
yes please, it is rather annoying, specially with the fact that delta table autoload just fine :)
I think this was fixed when https://github.com/duckdb/duckdb/pull/17204 was merged upstream