Fix local end user session grants and schema resolution
Some checks failed
Repo Quality / structure (push) Has been cancelled

This commit is contained in:
Rodrigo Pace
2026-05-13 14:49:12 -03:00
parent 52bf971b8b
commit 8314351c98
28 changed files with 99 additions and 37 deletions

View File

@@ -23,5 +23,7 @@ CREATE OR REPLACE DATA GRANT rag_exec_docs
ON dds_rag_chunks
TO rag_exec_role;
SET USE DATA GRANTS ONLY ON dds_rag_chunks ENABLED;
BEGIN
EXECUTE IMMEDIATE 'SET USE DATA GRANTS ONLY ON dds_rag_chunks ENABLED';
END;
/