Skip to content

Commit

Permalink
docs(): Update DataJobInputOutput.pdl to express that CLL fields are …
Browse files Browse the repository at this point in the history
…not shown in the UI right now (#7830)
  • Loading branch information
gabe-lyons authored and socar-dini committed Apr 18, 2023
1 parent 9c7a323 commit b4d4023
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -181,8 +181,8 @@ record DataJobInputOutput {

/**
* Fine-grained column-level lineages
* Not currently supported in the UI
* Use UpstreamLineage aspect for datasets to express Column Level Lineage for the UI
*/
// No @Relationship specified here;
// all Produces/Consumes relations are effectively determined by the input/output datasets/datasetFields
fineGrainedLineages: optional array[FineGrainedLineage]
}

0 comments on commit b4d4023

Please sign in to comment.