Created
November 12, 2022 19:06
-
-
Save zacdezgeo/207c7e793e9e929875c100e80f39f0e7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on-run-end: [ | |
"GRANT USAGE ON SCHEMA {{target.schema}} TO project_reader", | |
"GRANT SELECT ON ALL TABLES IN SCHEMA {{target.schema}} TO project_reader" | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment