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
For some cases, user uses a databend-query server as a proxy and do multi-tenant operations in a same session, for example:
sudo use tenant 'id1';
create user xx...;
create database 'xx';
sudo use tenant 'id2';
create database 'yy';
Goals:
Make databend-query as a proxy, users can do some meta operations(database/table/users/stage creating) from the databend-query for different tenants.
Summary
For some cases, user uses a databend-query server as a proxy and do multi-tenant operations in a same session, for example:
Goals:
Make databend-query as a proxy, users can do some meta operations(database/table/users/stage creating) from the databend-query for different tenants.
Tasks:
SUDO USE TENANT <tenant_id>
statement ISSUE-3740: Support USE TENANT 'tenant_id' #3793The text was updated successfully, but these errors were encountered: