Case Study
The bank already ran on Databricks, but everything ran in one shared workspace. Risk, finance, retail analytics and data science worked side by side on the same clusters and the same tables, with access granted ad hoc, user by user, over several years. Nobody could answer a regulator’s simplest question: who can read this customer data, and why?
Dateonic designed and implemented a domain-based governance model — catalogs per business domain, workspaces per tenant, group-based entitlements, and column-level masking for personal data — all defined in Terraform modules. Onboarding a new team went from a multi-week manual exercise to a reviewed pull request, which was exactly what the bank was after.
Turnover
Industry
Technology:
Domain discovery. We mapped the bank’s data into business domains — customer, retail credit, risk, finance, marketing — and identified the owner of each. Ownership was the prerequisite: without a named owner, no access decision can be delegated.
Access matrix. For every combination of business role and domain, we defined the level of access genuinely required. A worked example: the retail credit risk team needs full customer records to run scoring models, so it receives unmasked access to the customer domain. The marketing analytics team needs behavioural patterns, not identities, so it sees the same tables through dynamic views with masked identifiers. Same source of truth, two different lenses, no duplicated copies drifting apart.
Blueprint over bespoke. Rather than configuring each team individually, we designed one parameterized pattern that any new team could be instantiated from.
Tenant isolation. Separate workspaces per business unit, with a shared governed catalog layer underneath. Teams get autonomy in their own space without touching each other’s compute or data.
Unity Catalog as the control plane. Catalog per domain, schema per medallion zone, and permissions granted to groups only — never to individuals. Groups are synced from Entra ID, so joining a team grants access and leaving revokes it automatically.
Column- and row-level controls. Dynamic views apply masking and row filters based on group membership, so sensitive attributes are protected at the source rather than in each downstream report.
Cluster policies. Compute is constrained by policy per tenant — instance types, autotermination, and cost limits — preventing runaway spend and unapproved configurations.
Terraform group blueprint. A reusable module provisions a new tenant: workspace assignment, groups, catalogs, schemas, permissions and cluster policies. Adding a team is a short configuration file and a code review, and the same module can replicate an existing group’s setup exactly.
DATEONIC SP. Z O.O. registered at Ludna 2, 00-406 Warsaw, Poland
Copyright © 2026 Dateonic