
An introduction to this course
In this lecture we define some terms used throughout the course
This is part 1 of a deep dive into Snowflake privileges
This is part 2 of a deep dive into Snowflake privileges
This is part 3 of a deep dive into Snowflake privileges
This is part 4 of a deep dive into Snowflake privileges
This is part 5 of a deep dive into Snowflake privileges
In this lecture we start our deep dive into roles and role-based access.
This is part 2 of our deep dive into roles and role-based access.
In this lecture we work through a number of queries you will find useful working with users, role and privileges
This is part 2 of our discussion of some useful queries related to users, roles and privileges
In this lecture we cover a number of user login queries useful for managing all areas of user logins.
In this lecture we demonstrate how to connect Power BI to your Snowflake instance and read role and privilege data.
In this lecture we demonstrate how to use Snowflake Snowsight to visualize your role and privilege data.
In this lecture we talk about some general things you'll want to do when setting up a new implementation of Snowflake
Part 2 of our discussion on setting up a new implementation of Snowflake
A brief explanation why row-level security was not included in this course
This lecture is from our Snowflake Database - The Complete Cloud Data Platform course on data masking.
Some quick ways to improve your Snowflake security
Some questions and exercises to test your knowledge
Snowflake’s approach to access control combines aspects from Discretionary Access Control (DAC) where each object has an owner, who can in turn grant access to that object. Also included are aspects from Role-based Access Control (RBAC) where access privileges are assigned to roles, which are in turn assigned to users.
There are key concepts that are necessary in order to understand access control in Snowflake. These include:
Securable objects: Entities to which access can be granted.
Roles: An entity to which privileges can be granted. Roles are in turn assigned to users. Note that roles can also be assigned to other roles, creating a role hierarchy which is a critical concept to understand in Snowflake
Privileges: The ability to perform some action on an object. Multiple distinct privileges may be used to control the granularity of access granted.
Users: A user identity recognized by Snowflake, whether associated with a person or application.
In the Snowflake role-based access model, access to securable objects is allowed via privileges assigned to roles, which are in turn assigned to other roles or users. In addition, each securable object has an owner that can grant access to other roles. This model differs from user-based access control models, where rights and privileges are assigned to each user or group of users. The Snowflake model is designed to provide a significant amount of both control and flexibility.
After completing this course you will have a complete understanding of these concepts and more.