DataLineageTag
stableCompact hop-chain tag showing data lineage from source to consumer. Each hop has a system name and optional transformation type.
import { DataLineageTag } from "@nodus/design-system/patterns"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
hopsreq | LineageHop[] | — | Ordered lineage hops from source to consumer. |
truncate | number | — | Max hops before ellipsis (default: show all). |
hopsrequiredType
LineageHop[]Default —Ordered lineage hops from source to consumer.
truncateType
numberDefault —Max hops before ellipsis (default: show all).
Design Rationale
This component was designed to express:
Explore Related
ProvenanceChain→
Linked chain of data sources showing transformation provenance
AgentSourceCitation→
Inline citation block listing the evidence sources an agent used. Each entry has source name, type, confidence score, and retrieval timestamp.
AuditTrail→
Immutable action log with integrity hash chain
CitationCard→
Data source citation with type icon, inline freshness timestamp, and stale indicator (DAN-17)
Was this helpful?