Unity Catalog Governance Pack
Enterprise governance for Unity Catalog — RBAC hierarchy, PII detection, GDPR/CCPA compliance, column masking, and governance automation.
Governance Dashboard
Unity Catalog governance entities overview with RBAC, classification, and compliance.
| Catalog | Schemas | Tables | Classification | PII Masked | Compliance |
| prod | 12 | 156 | 94% | 100% | GDPR, CCPA |
| staging | 8 | 89 | 78% | 95% | GDPR |
| dev | 6 | 45 | 45% | 60% | — |
| audit | 3 | 22 | 100% | — | SOC 2 |
RBAC Permission Matrix
Five-tier role hierarchy with configurable permissions.
| Role | USE CATALOG | CREATE TABLE | SELECT | MODIFY | CREATE VIEW |
| admin | ✔ | ✔ | ✔ | ✔ | ✔ |
| engineer | ✔ | ✔ | ✔ | ✔ | ✔ |
| analyst | ✔ | — | ✔ | — | ✔ |
| viewer | ✔ | — | ✔ | — | — |
| service_account | ✔ | ✔ | ✔ | ✔ | — |
PII Scanner
Detect PII columns across catalogs using regex pattern matching.
Included with Unity Catalog Governance Pack
Explore the interactive Unity Catalog Governance Pack workflow.
- The interactive Unity Catalog Governance Pack workflow
- Interactive Unity Catalog Governance Pack workflow
- Production-ready source files
- Practical configuration examples
- Setup and usage documentation
Get the Full Unity Catalog Governance Pack
This interactive demo shows a preview of the product. Purchase the full version for source code, documentation, and lifetime updates.
View product details & buy
Interactive demo — features are simulated. Purchase the full version for complete functionality.
function copyCode(id){var e=document.getElementById(id);var t=e.textContent||e.innerText;var a=document.createElement('textarea');a.value=t;document.body.appendChild(a);a.select();document.execCommand('copy');document.body.removeChild(a)}
function simulateClick(btnId, outId, codeFn){var btn=document.getElementById(btnId);btn.disabled=true;btn.innerHTML='