The pipeline is fine.
Tests pass. Freshness checks are green. The models build in eleven minutes and every dashboard downstream of them loads. By every measure your team has used for five years, the platform is healthy.
Then the company ships an assistant that answers questions over the same warehouse, and inside a week it reports a revenue figure no one on the team can place. It read from a staging table. It included refunds. It gave the answer in a confident sentence with no indication that anything was uncertain.
Your infrastructure worked exactly as built. The consumer changed.
The consumer changed, and quality changed underneath you
For a decade the consumer was a person.
An analyst opened a catalog, saw a table name they recognized, knew from three years of experience that the finance close runs on one revenue column and the other three are historical, and wrote the query. Your job was to make the data arrive on time, with correct types, no nulls, and referential integrity intact.
That analyst was quietly supplying the missing half of the system. Every time they picked the right column, they were compensating for metadata that had never been written down, and it counted as work for no one because it happened in their head.
An agent has no such experience to draw on. It reads what the metadata says and acts on it. Where the metadata is silent, it infers, and the inference arrives with the same confidence as everything else it produces.
So the definition of quality moved. Correct types and no nulls describe the data. What the new consumer needs is a description of what the data means, complete enough to act on: which column, through which transformation, under whose ownership, current as of when.
That description is your metadata estate, and in most organizations it has never been measured.
What the job became
Five stages, and you are probably running three of them already without a mandate.
Harvest. Metadata collected across the estate, including the systems that predate your current stack.
Model. Business concepts defined once, with a named owner, bound to the physical assets that implement them.
Version. Change history for the definitions themselves, promoted through environments like any other artifact.
Compile. Governed definitions written into the native formats of the tools that consume them, so each one inherits the definition it consumes.
Verify. Drift detection, impact analysis before a schema change ships, and an evidence trail when someone asks where a number came from.
Compare that against your actual week. Practitioners have started calling the practice MetadataOps, and the operational half of the name is the substantive part. There is a build, a test, a deploy, a diff, and a rollback. It is engineering work, and it has been sitting in the gaps between four teams for years.
Why this is a growth move
Three properties separate this from ordinary scope creep.
It is measurable. The practice comes with a scoring model: coverage, resolution, derivation, freshness, governance state. You can score the estate today, score it again in two quarters, and show the delta. Very little of what a data engineer does converts into a number that survives a skip-level.
It sits upstream of everything expensive. Every AI initiative, every BI migration, and every audit response depends on the same governed definitions. Owning that layer means the work routes through you by architecture, with no reliance on reputation.
It resists automation, structurally. Agents consume context. Producing governed context is the part that requires knowing what the business means, which system is authoritative, and what the code actually does across the whole estate. That is the least automatable position in the stack.
There is also a version of the next five years where none of this happens, and it is worth naming plainly. Pipeline construction is getting cheaper every quarter. An engineer whose scope is moving data from A to B is defending a shrinking position, and the AI work goes to whoever can answer what the numbers mean. The estate is the part that stays hard, and it stays hard because it requires knowing your specific organization.
The scope this actually gives you
Architecturally, this is a promotion in reach before it is a promotion in title.
Harvest requires credentials on systems the other teams have never touched. Compile means writing into the BI platforms and the AI applications. Verify means an opinion on schema changes before they ship. The role reaches across every system that produces or consumes a number, which is a wider surface than any single pipeline team holds today.
It also puts you in rooms you were previously represented in. Audit questions, AI readiness reviews, and governance decisions all resolve to questions about the estate, and the person who can answer them with a number attends the meeting.
Where to start this week
Trace one metric. Pick the one that has caused the most arguments.
Start at the report, work backward to the source, and at every hop write down five things: whether harvested metadata exists, whether it goes to column level, whether the lineage came from parsed code or observed execution, how current the record is, and whether a named human owns the definition.
Budget an hour. Expect three.
You will end with a score and a list of the exact hops where the record went dark. The list is the more valuable half. It is specific, it names systems, and it is usually surprising to people who assumed the estate was in better shape.
That document is the beginning of a roadmap, and it is also the most concrete case you can make for owning the layer it describes.