Governance Management Transformation

Govern, Manage, Transform: Why Your Data Needs All Three

70% of data initiatives fail. Not because of technology. The real problem? Three worlds that don't talk to each other.

OC

Oleg Chitic

· 8 min read

TL;DR

Data governance is not just about writing policies. To make your data reliable, you need to connect three layers: govern (define the rules), manage (enforce them day-to-day), and transform (embed them in the automated pipelines that process your data). The CQSEV framework evaluates each axis across all 3 layers simultaneously to identify exactly where to act.

⏱️ Reading time: 8 minutes

📖 Key vocabulary in this article

Governance — the rules and people responsible
Management — day-to-day enforcement of the rules
Transformation — the automated pipelines that move and clean data
Pipeline — an automated data processing workflow
CRM — customer relationship management software
Data Steward — the day-to-day guardian of data quality

Why do 70% of data governance initiatives fail? This figure, cited by Gartner in its data management studies, reflects a reality I've observed for 15 years in the field. After supporting organizations through their data management and transformation projects, I've identified a recurring root cause: the three essential layers — govern, manage, and transform — live in separate silos.

You know this scene. Monday morning, executive committee. The VP of Marketing presents their numbers: "The average customer spent $50,000 this quarter."

The VP of Finance frowns. Their numbers say $45,000.

Who's right? Nobody knows. Everyone blames "the data." The CEO asks to "fix it." A consultant is hired. A master data management tool (MDM) costing $500K is purchased. Six months later, the numbers still don't match.

The problem was never the tool. The problem is that three essential worlds weren't talking to each other.

The real problem: three silos

In most organizations, data is managed in three silos that ignore each other:

🏛️

The strategists

They write the policies. 200 pages. Nobody reads them.

🔧

The operators

They do what they can. Without clear guidelines. With Excel files.

⚙️

The engineers

They build the automated pipelines that process the data. Without knowing if the rules are being followed.

The result? Rules stay on paper. The field improvises. And automated systems transform data whose quality nobody guarantees.

This is exactly why I created CQSEV with 3 integrated layers.

→ See more real-world cases in the Field section

Layer 1 — Govern: the rules of the game

Data governance is the set of policies, roles, and standards that define how an organization manages its data. It's the "what" and the "who" — not the "how."

Governing is not about creating bureaucracy. It's about answering a simple question:

"Who decides what about the data, and according to which rules?"

Think of the Ministry of Health for drinking water. It doesn't filter the water itself. It sets the standards: "Water must contain less than 0.5 mg/L of chlorine." It appoints a person in charge. It audits the stations.

In business, it's the same. The data committee decides that "active customer" = a transaction in the last 12 months. Period. No debate. Marketing and Finance use the same definition.

In concrete terms, governing means:

The trap:

Too much governance kills governance. 3 policies that work are worth more than 200 pages nobody reads.

To dive deeper into the 5 axes of pragmatic governance, see the complete CQSEV framework.

Layer 2 — Manage: hands in the dirt

Data management is the operational enforcement of governance rules on a daily basis. It's the "how" and the "when" — the field verification that rules are actually followed.

Having rules is fine. Verifying they're applied every day is better.

Think of quality control in a food processing plant. Every morning, an inspector takes samples from the production line. They check the temperature, the expiry date, the lot traceability. If something is out of spec, they pull the product before it reaches the consumer. They don't rewrite the recipe — they enforce the existing standards.

In business, it's the Data Steward (the day-to-day data guardian) who does this work. Every week, they check the duplicate rate in the CRM (customer relationship management software). If it's above 5%, they trigger a cleanup. They don't ask the committee for permission. The rule is clear, they enforce it.

In concrete terms, managing means:

The trap:

Rules without field verification = fiction. If nobody checks, the rules don't really exist.

Layer 3 — Transform: the automated systems

Data transformation refers to the automated processes — often called ETL (Extract, Transform, Load) or ELT — that move, clean, and load data from one system to another. These are the automated pipelines that enforce rules at scale, without human intervention.

Think of a car assembly line. Parts arrive from dozens of suppliers (Extract). Each part is checked, adjusted, and assembled according to a precise plan (Transform). The finished vehicle is delivered to the dealership (Load). If a sensor detects a bolt is loose, the line stops automatically.

In business, it's the same. Your automated pipeline extracts data from the CRM, cleans it, deduplicates it, and loads it into the data warehouse (the central data repository). But if the quality rules defined in governance are not programmed into the pipeline, invalid data slips through.

In concrete terms, transforming means:

The trap:

An automated pipeline without embedded governance rules = a factory producing unreliable data at high speed.

What CQSEV changes: evaluating all three at once

The CQSEV framework asks 5 questions — but each question is evaluated across all 3 layers simultaneously. Let's take Quality:

Question Govern Manage Transform
Quality Have we defined the standards? Is someone verifying them? Does the pipeline reject invalid data?

If the answer is "no" at any single level, you know exactly where to act.

In practice — the customer address

Let's see how the 3 layers work together on a concrete example everyone can relate to: a customer's mailing address.

🏛️

Govern — The rule

We decide that every address must be validated by Canada Post before being saved in the system. This rule is documented, approved, and communicated to all teams.

🔧

Manage — The verification

Every week, the Data Steward (day-to-day data guardian) checks the rate of invalid addresses in the CRM. If the rate exceeds 3%, they trigger an alert and a correction. They don't rewrite the rule — they enforce it.

⚙️

Transform — The automation

The automated pipeline validates every new address via the Canada Post API. If the address is invalid, the row is automatically rejected and flagged for correction. No human intervention needed.

✅ Result: all three layers working together

Zero returned packages. Zero lost mail. Zero debate about "is this address correct?" The rule is documented, verified, and automated.

That's CQSEV applied in practice. Governing without managing is fiction. Managing without transforming is improvisation. Transforming without governing is blind automation.

Where to start?

Don't start by buying a tool. Start by asking 5 questions, across 3 layers.

For each CQSEV axis, ask your team:

  1. Does the rule exist? (Govern)
  2. Is someone verifying it? (Manage)
  3. Does the automated pipeline enforce it? (Transform)

The empty cells are your action priorities.

→ See the complete CQSEV matrix (5 axes × 3 layers)

Final word

In 15 years, I've never seen an organization fail because it didn't have the right tool. I've seen them fail because:

Governing without managing is fiction. Managing without transforming is improvisation. Transforming without governing is blind automation.

All three together — that's reliability.

📊 Run your CQSEV diagnostic

Download the 5×3 grid in Excel. Assess your data maturity in 30 minutes.

Download the grid (Excel)

Frequently asked questions

What is the difference between data governance and data management?
Governance defines the rules — it's the "what" and the "who." For example: "Only managers have access to salary data." Management enforces those rules day-to-day — it's the "how." For example: "Every quarter, we verify that only managers still have access." CQSEV adds a third layer — transformation — to ensure that the automated pipelines (ETL/ELT) processing your data also follow those same rules.
Why include transformation in governance?
Quality rules that aren't programmed into the automated pipelines aren't truly enforced. It's like having traffic laws without speed cameras or police officers — the rules exist on paper, but nobody follows them. Transformation is where rules become concrete and automated at scale.
What is the CQSEV framework?
CQSEV is a pragmatic framework that assesses your data maturity across 5 axes — Compliance, Quality, Security, Efficiency, Value — through 3 layers (Govern, Manage, Transform). Created by Oleg Chitic after 15+ years of hands-on experience in Montreal. Learn more on the home page.
Where should I start to improve governance?
Ask the 5 CQSEV questions. For each one: does the rule exist? Is someone verifying it day-to-day? Does the automated pipeline enforce it? The empty cells are your priorities. Start with a single domain — usually customer or financial data — prove the value, then expand. Download the free grid.
What does ETL / pipeline mean?
ETL stands for Extract, Transform, Load. It's the automated process that takes data from one system (for example your CRM), cleans and validates it, then sends it to another system (for example your data warehouse). A pipeline is simply the complete workflow that does this automatically, like an assembly line for your data.
OC

Oleg Chitic

Creator of the CQSEV framework. 15+ years of experience in digital transformation, data governance, and data management within public sector, retail, and technology organizations in Montreal.

Follow on LinkedIn