mengw15 opened a new issue, #6931:
URL: https://github.com/apache/texera/issues/6931

   ### Task Summary
   
   Part of #6870. Add the database table that records each user's warehouses 
(base columns; the
   assume-role columns come in a later PR).
   
   - **`user_warehouse` table** — one row per warehouse: `whid` (PK), `uid` 
(owner, FK → `user`),
     `name` (user-facing), `warehouse_name` (the catalog name 
`user-<uid>-<name>`, unique),
     `lakekeeper_warehouse_id`, `flavor`, `s3_bucket`, `s3_endpoint`, 
`s3_region`, `created_at`.
     Ownership FK + `UNIQUE(uid, name)`.
   - **jOOQ codegen** — regenerate the `UserWarehouse` POJO/DAO from the new 
table (and update
     `texera_ddl.sql`).
   
   Schema only — nothing reads or writes it yet.
   
   ### 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]

Reply via email to