You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With tenant id, the namespace for a table would be tenant_id/user_id/database/table or tenant_id/database/table?
I.e., is it legal that two user have database with the same database name?
Summary
It seems MetaApi is a global view, can not get a tenant database/table:
https://github.com/datafuselabs/databend/blob/dd7a004b6b9158769d79bd0502e4802bb53490a7/query/src/catalogs/backends/impls/meta_remote.rs#L79-L137
The KVApi works well with a prefix.
The text was updated successfully, but these errors were encountered: