Skip to content

Instantly share code, notes, and snippets.

@denzhel
Created December 11, 2022 22:08
Show Gist options
  • Save denzhel/0d10983e8811ee55015b9b18f4cca74f to your computer and use it in GitHub Desktop.
Save denzhel/0d10983e8811ee55015b9b18f4cca74f to your computer and use it in GitHub Desktop.
snowflake delete table privilege

To allow roles to delete talbes in a specific database.schema:

grant DELETE TABLE on <dbName>.<schmeaName> to role <roleName>;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment