Skip to content

The lineage api needs explicit display names and labels as well as groups to be used in the lineage graph representation #1511

@julienledem

Description

@julienledem
  • explicit definition of a display name
  • explicit description of the structure of the name
  • explicit definition of groups.

example/strawman:

Name: {db name}.public.{table name}

{
  structuredName: [
    { type: “group”, name: “db”, value:”{db name}”},
    { type: “separator”, value: “.”},
    { type: “group”, name: “Schema”, value:”public”},
    { type: “separator”, separator: “.”},
    { type: “name”, name: “table”, value:”{table name}”}
  ]
}

XML model:
<group name=db>{db name}</group>.<group name=Schema>public</group>.<name name=table>{table name}</name>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Todo

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions