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:
@@ -12,5 +12,7 @@ CREATE OR REPLACE DATA GRANT latam_manager_orders
|
||||
WHERE region = 'LATAM'
|
||||
TO latam_manager_role;
|
||||
|
||||
SET USE DATA GRANTS ONLY ON dds_orders ENABLED;
|
||||
|
||||
BEGIN
|
||||
EXECUTE IMMEDIATE 'SET USE DATA GRANTS ONLY ON dds_orders ENABLED';
|
||||
END;
|
||||
/
|
||||
|
||||
Reference in New Issue
Block a user