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.