iceberg-cli

Command-line interface for querying and managing Apache Iceberg tables.

brewmacoslinux
Try with needOr install directly
Source

About

Command-line interface for Apache Iceberg

Commands

iceberg

Examples

list all tables in an iceberg catalog$ iceberg --catalog my_catalog list
show schema and metadata of an iceberg table$ iceberg --catalog my_catalog describe my_table
view file snapshots and history for a table$ iceberg --catalog my_catalog snapshots my_table
query table statistics and row count$ iceberg --catalog my_catalog stats my_table
inspect partitions in an iceberg table$ iceberg --catalog my_catalog partitions my_table