Skip to content

Instantly share code, notes, and snippets.

@clrcrl
Created October 24, 2019 11:05
Show Gist options
  • Save clrcrl/02dec0f78753492203a6113380abcd06 to your computer and use it in GitHub Desktop.
Save clrcrl/02dec0f78753492203a6113380abcd06 to your computer and use it in GitHub Desktop.
on-run-end:
- 'grant usage on schema "{{ target.schema }}" to role learner'
- 'grant select on all tables in schema "{{ target.schema }}" to role learner'
- 'grant select on all views in schema "{{ target.schema }}" to role learner'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment