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
{query: "SELECT Name, Description FROM %Studio.Project",parameters: []}
546
546
);
547
547
if(response!==undefined){
548
+
if(response.data.result.content===undefined){
549
+
letmessage;
550
+
if(response.data.status?.errors[0]?.code===5540){
551
+
message=`To allow user '${serverSpec.username}' to list projects in namespace '${params.ns}', run this SQL statement there using an account with sufficient privilege: GRANT SELECT ON %Studio.Project TO ${serverSpec.username}`;
0 commit comments