Skip to content

Commit

Permalink
Fix syntax in analyst database role script (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
philerooski authored Feb 3, 2025
1 parent 2d485cb commit b74f083
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ CREATE OR REPLACE DATABASE ROLE SCHEMACHANGE_ALL_ANALYST;
-- respective admin aggregate role
GRANT OWNERSHIP
ON DATABASE ROLE SYNAPSE_ALL_ANALYST
TO ROLE SYNAPSE_ALL_ADMIN; --noqa: JJ01,PRS,TMP
TO DATABASE ROLE SYNAPSE_ALL_ADMIN;
GRANT OWNERSHIP
ON DATABASE ROLE SYNAPSE_RAW_ALL_ANALYST
TO ROLE SYNAPSE_RAW_ALL_ADMIN; --noqa: JJ01,PRS,TMP
TO DATABASE ROLE SYNAPSE_RAW_ALL_ADMIN;
GRANT OWNERSHIP
ON DATABASE ROLE SCHEMACHANGE_ALL_ANALYST
TO ROLE SCHEMACHANGE_ALL_ADMIN; --noqa: JJ01,PRS,TMP
TO DATABASE ROLE SCHEMACHANGE_ALL_ADMIN;

-- Grant analyst aggregate roles to the database analyst account role
GRANT DATABASE ROLE SYNAPSE_ALL_ANALYST
Expand Down

0 comments on commit b74f083

Please sign in to comment.