Traditional data governance assumes people will keep the system honest. Open data infrastructure assumes the system has to help.

The Old Model

The old governance model was built for slower data movement. Data lived in fewer places. Analytics was mostly human-driven. A catalog, a stewardship process, and an approval workflow could cover a lot of ground.

That model breaks when data is used by many engines, shared across domains, and consumed by AI systems that need context at runtime. A policy document doesn't help an agent decide whether it can use a table. A stale catalog description doesn't tell a workflow whether a metric changed last night.

The ODI Model

ODI changes governance by making portability and control part of the architecture. The governance question becomes less "did we document the rule?" and more "where does the rule execute?"

That shift matters because open systems have more boundaries. The data plane may use open files and tables. The control plane may include catalogs, policy services, lineage systems, metadata platforms, and identity providers. The application plane may include BI tools, agents, data products, notebooks, and operational workflows.

Governance has to make sense across all of those layers.

The Control Plane

Catalogs are the natural starting point because they sit close to table identity, schema, discovery, permissions, and operations. But a catalog alone isn't the whole governance system.

Core idea: ODI governance is a control-plane design problem. The goal is to make policy, metadata, lineage, and auditability travel with the work.

A good control plane coordinates three things: what the data is, who can use it, and what happened to it. If those answers only exist inside one tool, the architecture isn't open in the way governance requires.

What Changes

  • Ownership gets more explicit. Domain teams have to own meaning, not just tables.
  • Metadata becomes operational. It has to be queryable by systems, not just readable by humans.
  • Lineage becomes evidence. It explains how data moved, changed, and shaped downstream outputs.
  • Policy moves into the path. Access decisions need to happen where data is actually used.
  • Audit spans tools. A single product log isn't enough when work crosses engines and agents.

Questions to Ask

Use these questions when you evaluate ODI governance.

  • Which layer owns access decisions?
  • Which metadata is required before a dataset can be trusted?
  • Can lineage cross engines, jobs, and AI workflows?
  • Can a second tool enforce the same rule without custom glue?
  • Can a reviewer reconstruct what happened after the fact?

If the answer depends on manual review every time, you don't have governance infrastructure yet. You have governance intent.

Sources to Start With

These primary sources are useful starting points for checking the technical claims behind this topic.