Skip to content
Snippets Groups Projects
Unverified Commit 9b371a9c authored by Noah Moss's avatar Noah Moss Committed by GitHub
Browse files

Add :impersonated to the cond in a debug log to fix impersonation on stats (#38134)

parent 86b6b0fd
Branches
Tags
No related merge requests found
......@@ -97,7 +97,8 @@
(case changes
:none "no longer has any perms"
:all "now has full data perms"
:block "is now BLOCKED from all non-data-perms access")
:block "is now BLOCKED from all non-data-perms access"
:impersonated "is now using connection impersonation")
database-id)
(delete-gtaps-with-condition! group-id [:= :table.db_id database-id]))
(doseq [schema-name (set (keys changes))]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment