Lineage
The lineage group lets you query and manage data lineage relationships from the command line, including cross-space connections and impact analysis.
Commands
qarion lineage show SPACE SLUG
Display lineage information for a product, showing upstream and downstream dependencies.
| Argument / Option | Type | Default | Description |
|---|---|---|---|
SPACE | argument | required | Space slug |
SLUG | argument | required | Product slug |
--depth, -d | option | 1 | Levels to traverse |
--direction | option | both | upstream, downstream, or both |
qarion lineage show analytics customer-events
qarion lineage show analytics customer-events --depth 3 --direction downstream
Output: Tree-style lineage display with product names, types, and space badges for cross-space connections.
qarion lineage add-upstream SPACE SLUG UPSTREAM_ID
Add an upstream dependency to a product. Saved bidirectionally.
qarion lineage add-upstream analytics customer-events 550e8400-...
qarion lineage add-downstream SPACE SLUG DOWNSTREAM_ID
Add a downstream dependency to a product. Saved bidirectionally.
qarion lineage add-downstream analytics customer-events 550e8400-...
qarion lineage impact SPACE PRODUCT_ID
Analyze the downstream impact of changes to a product.
| Argument / Option | Type | Default | Description |
|---|---|---|---|
SPACE | argument | required | Space slug |
PRODUCT_ID | argument (UUID) | required | Product to analyze |
--depth, -d | option | 3 | Max hop depth |
qarion lineage impact analytics 550e8400-...
Output: List of impacted products with owner, space, and hop distance.
qarion lineage graph SPACE
Display the full lineage graph for a space.
| Argument / Option | Type | Default | Description |
|---|---|---|---|
SPACE | argument | required | Space slug |
--environment, -e | option | — | Filter by environment |
--no-cross-space | flag | off | Exclude cross-space connections |
qarion lineage graph analytics
qarion lineage graph analytics --environment prod