duckdb/duckdb_iceberg

Support retrieving the partition information of the table

rustyconover opened this issue · 0 comments

Often users want to just know what partitions exist for a table. Commonly this is shown as the "$partitions" table in both Spark and Athena.

Like the metadata is exposed the partition information could also be exposed.