Last updated:|... min read
SELECT * FROM CATALOG_NAME.ICEBERG_DATABASE_NAME.TABLE_NAME;
CATALOG_NAME– the catalog you are using (e.g., jdbc_catalog, hive_catalog, rest_catalog).ICEBERG_DATABASE_NAME– the Iceberg database you configured (as specified in your destination.json file).TABLE_NAME– the table name within the Iceberg database.