Using Lineage

To access Validio Data Lineage page, navigate to Observability > Lineage.

Lineage page with details panel

Validio Lineage page with edge details panel

The Lineage displays a knowledge graph that allows you to track and visualize how data flows through the pipelines of your data stack. The lineage graph presents data flow from left to right, with upstream entities to the left and downstream entities to the right.

Navigate the Lineage Graph

To navigate the lineage graph,

  • Use the Zoom In, Zoom Out, and Reset buttons.
  • Click and drag the cursor to zoom into a selection within the graph.
  • Hold the shift key and drag the cursor to pan or move around within the graph.

View Lineage Details

You can view more information about the catalog assets and relationships in a details panel.

To view more information about an asset or source, click on the dataset in the graph. The details panel includes indexed descriptions and metadata that is searchable. The panel also displays utilization statistics as well as configuration and ownership information. From this panel, you can add tags, convert the asset to a source, or view the asset or source in its Source details page.

To view more information about relationships, click on an edge or connection in the graph. The details panel includes the upstream and downstream assets and the SQL query that defines the relationship.

Convert an Asset to a Source

Converting an asset to a source allows you to validate the data and the schema of the asset. You can convert any asset in the lineage graph to a source. For more information, see About Sources.

To convert an asset into a source,

  1. Click on the asset in the graph.
  2. In the details panel, click Convert to Source to open the configuration wizard.
  3. Review the information for the Catalog asset and click Continue.
  4. Under Config, enter a Name for the new source.
  5. Under Schema,
    1. Select all the Fields that you want to validate for the new source.
    2. Select a Cursor field, which represents a timestamp when data is updated.
    3. Select a Lookback time, which indicates how far back in time to start reading data from the source.
  6. Under Window,
    1. Select a Window type. For Data Warehouse sources, Validio recommends Tumbling windows or Global windows. For more information, see Data Warehouse Sources.
    2. Configure the window based on your selected window type. For more information, see About Windows.
  7. Click Continue to create the source.

Connect Assets

To manually add lineage relations to the graph,

  1. Click Connect Assets.
  2. Enter the Upstream asset, which is the dataset the edge starts from.
  3. (Optional) Select the upstream Field, which is the specific field where the edge starts. If no field is selected, the edge will start from the dataset.
  4. Enter the Downstream asset, which is the dataset the edge ends at.
  5. (Optional) Select the downstream Field, which is the specific field where the edge ends. If no field is selected, the edge will end at the dataset.
  6. Click Connect Assets.