Skip to content

Column Lineage Hive Bridge Style

Will Johnson edited this page Sep 10, 2021 · 1 revision

This package creates column lineages based on the hive bridge style. That includes:

  • A Table entity
  • A Column entity
  • A relationship type that defines a...
    • columns relationship attribute on the Table
    • table relationship attribute on the Column
  • A Table Lineage process (inputs and outputs are tables)
  • A Column Lineage process (inputs and outputs are columns)
  • A relationship type that defines a...
    • columnLineages relationship attribute on the Table Lineage Process
    • query relationship attribute on the Column Lineage Process

The diagram below illustrates the entities and relationships.

Hive Bridge Style Column Lineage

Clone this wiki locally