mengw15 opened a new issue, #7743: URL: https://github.com/apache/texera/issues/7743
### Task Summary Part of #6870, follow-up to #6932. `GET /warehouse/status` returns `DashboardWarehouse(whid, name, warehouseName, flavor, createdAtMillis)`, which carries no owner information. The warehouse dashboard tab and picker (#6933) therefore render the owner avatar from the currently signed-in user. That is correct only because warehouses are strictly per-user today; it would show the wrong person as soon as warehouses can be shared. Computing units already model this properly: `DashboardWorkflowComputingUnit` carries `ownerName`/`ownerAvatar`, resolved from `UserDao` (null when the user has no name or avatar) when a row is mapped to the DTO, and the CU list and picker render those per entry. Add the same two fields to `DashboardWarehouse`, resolved the same way, so the warehouse UI can bind to each entry's owner instead of the session user. ### 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]
