chore: Revert back to single warehouse in local dev setup#232
chore: Revert back to single warehouse in local dev setup#232martyngigg merged 1 commit intomainfrom
Conversation
|
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
📝 WalkthroughWalkthroughThe pull request consolidates the local development environment from separate warehouses (dev_isis_raw and dev_isis_cleaned) into a single "playground" warehouse. Configuration files transition to using a dynamic WAREHOUSE_NAME environment variable, bootstrap logic simplifies from iterating multiple warehouses to invoking a single one, and unused warehouse-specific configurations are removed. Changes
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 2
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
infra/local/warehouses/lakekeeper/playground.json (1)
2-11:⚠️ Potential issue | 🟡 MinorStorage bucket still references
dev-isis-cleanedwhilst the warehouse is nowplayground.The
warehouse-nameon line 2 has been updated to"playground", but the S3bucketon line 11 still reads"dev-isis-cleaned". This won't break anything functionally — the bucket is just a physical storage location — but the naming mismatch could confuse contributors. Consider renaming the bucket to something consistent (e.g."playground") if existing local MinIO data can be discarded/recreated easily.
🤖 Fix all issues with AI agents
In `@infra/local/env-local`:
- Line 119: The README still references /workspace/localdev while
infra/local/env-local sets SUPERSET_APP_ROOT to /workspace/playground; update
the README.md occurrence(s) of the URL and any path examples to use
/workspace/playground (e.g., change http://localhost:50080/workspace/localdev to
http://localhost:50080/workspace/playground) and, if helpful, mention that the
path is derived from the SUPERSET_APP_ROOT/WAREHOUSE_NAME setting so it stays
correct when env-local changes.
In `@infra/local/warehouses/trino/playground.properties`:
- Line 3: Replace the incorrect environment substitution for the property
iceberg.rest-catalog.warehouse: change the literal ${WAREHOUSE_NAME} to Trino's
environment expansion syntax ${ENV:WAREHOUSE_NAME} so the Iceberg REST catalog
picks up the runtime value; update the value for iceberg.rest-catalog.warehouse
accordingly.
🧹 Nitpick comments (1)
infra/local/env-local (1)
77-77: Minor nit:WAREHOUSE_NAMEis placed outside any section block.Consider moving it under a dedicated header or into the "Iceberg catalog" section above for better discoverability.
de66757 to
180cf66
Compare
Summary
See comment in #203 for more details on why the data layout is being reverted.
Fixes #203
Summary by CodeRabbit
Release Notes