Skip to content
Snippets Groups Projects
Unverified Commit fb53d2b7 authored by aptend's avatar aptend Committed by GitHub
Browse files

feat(tae): support multiple tenant (#4570)

tae supports isolation of db and table by tenantID

1. add access info (tenantID, userID, roleID) to DBEntry, TableEntry and schema
2. add access-related columns to mo_database, mo_tables, mo_columns
3. refactor db iterator and table iterator, add access filter for mo_catalog
4. fix error in `show create table`

Approved by: @daviszhen, @XuPeng-SH, @fengttt
parent ea452119
No related branches found
No related tags found
Showing
with 456 additions and 112 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment