Datanest Data Engineering — Unity Catalog Governance Pack

← Back to Store

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.

CatalogSchemasTablesClassificationPII MaskedCompliance
prod1215694%100%GDPR, CCPA
staging88978%95%GDPR
dev64545%60%
audit322100%SOC 2

RBAC Permission Matrix

Five-tier role hierarchy with configurable permissions.

RoleUSE CATALOGCREATE TABLESELECTMODIFYCREATE 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.

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=' Generating...';var out=document.getElementById(outId);out.textContent='';setTimeout(function(){btn.disabled=false;btn.textContent=btn.getAttribute('data-label')||'Generate';var result=codeFn();out.textContent=result;},300)}