RBAC it up!
TLDR RBAC is important for data governance Keeping the RABC simple is key to success Getting RBAC to a simple state is hard and requires alignment from all stakeholders Good implementation will make it easier manage access control Automation can help with the implementation but don’t overkill it Snowflake parent child hierarchy can simplify a lot of read only access to write access. Pair RBAC with data masking to protect sensitive data. It makes using the data platform safe for both the platform engineers and the consumers of data. What is Access Control? Access control is a way to a way to either process access or restrict access to a resource. Think of it as an automatic security gate, if a person has the key that can open the gate then they can enter through the gate and access the location. If a person doesn’t have the key then they can’t enter through the gate and access the location, in some cases security maybe informed of this incident. ...