Skip to content

Instantly share code, notes, and snippets.

@zacharyDez
Created November 12, 2022 19:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zacharyDez/207c7e793e9e929875c100e80f39f0e7 to your computer and use it in GitHub Desktop.
Save zacharyDez/207c7e793e9e929875c100e80f39f0e7 to your computer and use it in GitHub Desktop.
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