/armor:lineage skill helps you understand how data flows through your systems by showing upstream sources and downstream consumers.
Usage
- “What depends on this table?”
- “Where does this data come from?”
- “Show me the impact of changing the customers table”
Concepts
Upstream
Tables that feed data into the target table (data sources).Downstream
Tables that consume data from the target table (data consumers).Depth
How many levels of dependencies to traverse:- depth=1: Direct dependencies only
- depth=2: Two levels
- depth=3+: Extended chain (max 5)
Example Usage
Find Downstream Consumers
Find Upstream Sources
Impact Analysis
Related Skills
Investigate
Root cause analysis
Status
Health overview
