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.