Skip to main content

col-lineage

Synopsis

starlake col-lineage [options]

Description

Generate column-level lineage showing which source columns feed into each target column across transformations. Use this command to trace data flow and understand the provenance of computed fields.

Build lineage

Parameters

ParameterCardinalityDescription
--output <value>OptionalWhere to save the generated JSON file ? Output to the console by default
--task <value>Requiredtask name to buidl lineage for
--accessToken <value>OptionalAccess token to use for authentication
--reportFormat <value>OptionalReport format: console, json, html