Metadata And Lineage
When to Use
- Impact analysis before schema or logic changes.
- Governance efforts requiring system traceability.
- Requests for business and technical metadata documentation.
Workflow
- Define lineage scope (dataset, metric, dashboard, report).
- Capture upstream sources, transforms, and owners.
- Capture downstream consumers and decision points.
- Record business, technical, and operational metadata fields.
- Record critical metadata fields and refresh dependencies.
- Publish impact notes and high-risk dependencies.
DMBOK Alignment
- Aligns to Metadata Management activities:
- define metadata requirements
- create and maintain metadata
- support lineage and impact analysis
- enforce metadata standards and controls
Output Template
# Lineage Summary
## Asset
- Name:
- Type:
- Owner:
## Upstream
- Source:
- Transformation:
- Refresh:
## Downstream
- Consumer:
- Artifact:
- Decision impact:
## Risk notes
- ...
Quality Checklist
- Lineage chain is complete from source to consumption.
- Ownership is shown at each critical step.
- Refresh dependencies and SLAs are included.
- Impact analysis identifies high-risk breakpoints.