mengw15 opened a new issue, #6930:
URL: https://github.com/apache/texera/issues/6930
### Task Summary
Part of #6870. Add one on/off switch that hides the entire warehouse feature
until it is fully
built. It defaults **off**, so merging these PRs changes nothing for users.
- **The switch** — a new config key `storage.warehouse.enabled` in
`storage.conf` (default
`false`, overridable via the `STORAGE_WAREHOUSE_ENABLED` env var).
- **Derived gate** — `StorageConfig.warehousesEnabled =
storage.warehouse.enabled && icebergCatalogType == "rest"`;
it is on only when the switch is on **and** the deployment uses the
Lakekeeper (REST) catalog,
since per-user warehouses need it.
On its own this changes nothing; the later PRs check `warehousesEnabled` to
decide whether to show
the UI, accept the API calls, and route a run to a chosen warehouse.
### Task Type
- [x] Other (feature implementation)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]