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:
@@ -17,5 +17,7 @@ CREATE OR REPLACE DATA GRANT ai_hr_global_customers
|
||||
ON dds_ai_customers
|
||||
TO hr_global_role;
|
||||
|
||||
SET USE DATA GRANTS ONLY ON dds_ai_customers ENABLED;
|
||||
|
||||
BEGIN
|
||||
EXECUTE IMMEDIATE 'SET USE DATA GRANTS ONLY ON dds_ai_customers ENABLED';
|
||||
END;
|
||||
/
|
||||
|
||||
Reference in New Issue
Block a user