Skip to content

Instantly share code, notes, and snippets.

@denzhel
Created December 11, 2022 22:06
Show Gist options
  • Save denzhel/af853b9a6e71f475c9f9410b315ca59a to your computer and use it in GitHub Desktop.
Save denzhel/af853b9a6e71f475c9f9410b315ca59a to your computer and use it in GitHub Desktop.
snowflake create database privilege

To grant other roles to be able to create databases privilege:

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