Fine-Grained Access Control
With Databricks ABAC
A hands-on series covering row filtering, column masking, and tag-driven data governance using Unity Catalog's Attribute-Based Access Control.
Tag-Driven Policies
Policies auto-apply to any column tagged with governed tags โ no per-table configuration needed.
Group-Based Access
Grant or exempt account groups from policies using TO and EXCEPT clauses.
Schema-Level Scope
One policy covers all current and future tables in a schema that match the tag condition.
Zero-ETL Security
No data copies or duplicated tables. Masking and filtering happen at query time.
Row Filtering Patterns with ABAC
Learn how to filter table rows based on user group membership and governed tags. Covers regional access control, healthcare time-based filters, emergency overrides, and fraud detection patterns for financial services.
Column Masking Strategies with ABAC
Master six column masking techniques โ from simple redaction and partial reveal to SHA2 pseudonymization, VARIANT masking, STRUCT masking, and combining multiple policies for PCI-DSS and HIPAA compliance.
Multi-Domain Data Governance with ABAC
Scale ABAC across multiple business domains using a 2D tagging strategy โ domain ร sensitivity. Covers HR, Finance, and Telco domains with 6-policy matrices, CPNI compliance, and the critical rule about row filter column tagging.