Skip to main content

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 / OptionTypeDefaultDescription
SPACEargumentrequiredSpace slug
SLUGargumentrequiredProduct slug
--depth, -doption1Levels to traverse
--directionoptionbothupstream, 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 / OptionTypeDefaultDescription
SPACEargumentrequiredSpace slug
PRODUCT_IDargument (UUID)requiredProduct to analyze
--depth, -doption3Max 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 / OptionTypeDefaultDescription
SPACEargumentrequiredSpace slug
--environment, -eoptionFilter by environment
--no-cross-spaceflagoffExclude cross-space connections
qarion lineage graph analytics
qarion lineage graph analytics --environment prod