feat(web-console): add current_user info in the top bar#225
feat(web-console): add current_user info in the top bar#225bluestreak01 merged 2 commits intomainfrom
current_user info in the top bar#225Conversation
|
Will this update after every SQL command? then Basically after the above SQL the user switched to the service account, and This will switch back to |
|
not sure how it is decided when to run |
|
@glasstiger thanks for your input, good catch! 🥇 👍 In short - no, the current version fetches all the variables in a single query ( What I can do easily is to re-run this query once a particular type of query is run in the editor, i.e. we refresh |
|
"What I can do easily is to re-run this query once a particular type of query is run in the editor, i.e. we refresh tables() for DDL queries, this can be refreshed as well." -> as discussed, this seems to be a good workaround for now. Later it is probably worth adding a new type: |
Add user info next to the instance name (if available, not set on the screenshot below).