Implementing Federated Governance in Databricks Unity Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2025 12:42 AM
Hi,
I am working for a large company that is implementing a Databricks solution. We have multiple domains, each responsible for its own data products, following a data mesh approach.
As part of a federated governance model, we need a way to communicate with the domains. The system should enable domains to notify when new data products (including data, code, and data contracts) are ready for production. The central federated governance team should be automatically notified so they can verify compliance before making these products available.
How can we implement a system like this in Databricks Unity Catalog? Alternatively, what kind of solution would best meet our requirements?
Thanks!
- Labels:
-
Unity Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2025 02:55 AM
Hi, All the information for the creation and modification of assets is recorded within the system tables. Perhaps, when a catalog is created, a possible solution could be to trigger a job that notifies the central team about this event.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2025 08:46 AM
Hi @Tuno986
You can implement a notification-driven system by having each domain team register new data products in a Delta table or send an event. This triggers automated compliance checks (schema, lineage, ACLs) using Databricks workflows. Governance teams are then alerted automatically (via Slack, email, or dashboards) to approve the data products before they go live.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2025 02:50 AM
Please checkout this blog, cover the topic in detail.