Prompt file imported from ip2cloud/bravo-edd (
.codex/prompts/lakehouse.md). Copyright stays with the author.
Lakehouse Command
Get guidance on Iceberg, Delta Lake, catalogs, and open table formats
Usage
/lakehouse <description-or-question>
Examples
/lakehouse "Set up Iceberg tables with partition evolution"
/lakehouse "Migrate from Hive to Iceberg on AWS"
/lakehouse "Compare Delta Lake vs Iceberg for our use case"
/lakehouse "Configure Unity Catalog for multi-cloud"
What This Command Does
- Invokes the lakehouse-architect agent
- Analyzes your table format or catalog requirements
- Loads KB patterns from
lakehouseandcloud-platformsdomains - Generates:
- Table DDL with partition strategies
- Catalog configuration (Unity, Polaris, Nessie)
- Migration scripts from legacy formats
- Compaction and maintenance procedures
Agent Delegation
| Agent | Role |
|---|---|
lakehouse-architect |
Primary — Iceberg, Delta, catalog governance |
data-platform-engineer |
Escalation — when infra provisioning is needed |
spark-engineer |
Escalation — when Spark read/write optimization is needed |
KB Domains Used
lakehouse— Iceberg v3, Delta Lake, catalog wars, DuckLakecloud-platforms— platform-specific Iceberg/Delta patternsspark— Spark table format integration
Output
The agent generates table definitions, catalog configs, and operational runbooks for your lakehouse setup.