Catalog
Lakelet supports these catalogs:
Storage settings are embedded directly in each catalog entry. See Storage for their complete field reference.
Catalog SQL
Lakelet supports these catalog-related SQL statements:
-- List all catalogs.
show catalogs;
-- Change the current catalog.
use catalog hms_prod;
-- Change both the current catalog and current database.
use hms_prod.default;
Multiple catalogs
Catalog blocks are repeatable, you can create multiple catalogs like: