Fix local end user session grants and schema resolution
Some checks failed
Repo Quality / structure (push) Has been cancelled
Some checks failed
Repo Quality / structure (push) Has been cancelled
This commit is contained in:
@@ -11,5 +11,7 @@ CREATE OR REPLACE DATA GRANT mac_accounts_view_broad
|
||||
ON dds_mac_accounts_view
|
||||
TO account_owner_role;
|
||||
|
||||
SET USE DATA GRANTS ONLY ON dds_mac_accounts ENABLED;
|
||||
|
||||
BEGIN
|
||||
EXECUTE IMMEDIATE 'SET USE DATA GRANTS ONLY ON dds_mac_accounts ENABLED';
|
||||
END;
|
||||
/
|
||||
|
||||
Reference in New Issue
Block a user