From b4d40233e29830db91aaab31810e96fc9a7c4e0b Mon Sep 17 00:00:00 2001 From: Gabe Lyons Date: Mon, 17 Apr 2023 19:48:30 -0700 Subject: [PATCH] docs(): Update DataJobInputOutput.pdl to express that CLL fields are not shown in the UI right now (#7830) --- .../main/pegasus/com/linkedin/datajob/DataJobInputOutput.pdl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata-models/src/main/pegasus/com/linkedin/datajob/DataJobInputOutput.pdl b/metadata-models/src/main/pegasus/com/linkedin/datajob/DataJobInputOutput.pdl index 18e6dcd299b09..bf210e502212e 100644 --- a/metadata-models/src/main/pegasus/com/linkedin/datajob/DataJobInputOutput.pdl +++ b/metadata-models/src/main/pegasus/com/linkedin/datajob/DataJobInputOutput.pdl @@ -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] }