```FineGrainedLineage( upstreamType=FineGr...
# ui
g
Copy code
FineGrainedLineage(
        upstreamType=FineGrainedLineageUpstreamType.FIELD_SET,
        upstreams=[fldUrn("bar3", "c2")],
        downstreamType=FineGrainedLineageDownstreamType.FIELD,
        downstreams=[fldUrn("bar", "c2")],
        confidenceScore=0.8,
        transformOperation="myfunc",
FineGrainedLineage(
        upstreamType=FineGrainedLineageUpstreamType.FIELD_SET,
        upstreams=[fldUrn("bar3", "c2")],
        downstreamType=FineGrainedLineageDownstreamType.FIELD,
        downstreams=[fldUrn("bar", "c2")],
        confidenceScore=0.8,
        transformOperation="myfunc",
FineGrainedLineage(
        upstreamType=FineGrainedLineageUpstreamType.FIELD_SET,
        upstreams=[fldUrn("bar3", "c2")],
        downstreamType=FineGrainedLineageDownstreamType.FIELD,
        downstreams=[fldUrn("bar", "c2")],
        confidenceScore=0.8,
        transformOperation="myfunc",
Hello Team , transformOperation is not displayed in UI for now ? is there any extra thing to configure this will be great feature to have
b
hey Pradeep! right now we don't show columns, or column lineage, for tasks/datajobs. right now it's for datasets (or entities that act like datasets ie. looker views) and for charts and dashboards. we're aware of this feature and will consider it when prioritizing what to work on, and I could see this being useful for plenty of people as well! However, you could also open a feature request which will help the team prioritize this even better, especially if others in the community agree that they want this! feature request portal: https://feature-requests.datahubproject.io/
g
The screenshot i shared has columns shown in the UI right ?
b
right - for the postgres tables but not the task. sorry, I think I might have misunderstood your question. can you explain your issue some more?
g
There is a arrow created from bar3 to bar2 for column 2 with the code below but the myfunc is not displayed in UI. I am not talking abt column level lineage just asking about displaying
transformOperation
in UI
Copy code
FineGrainedLineage(
        upstreamType=FineGrainedLineageUpstreamType.FIELD_SET,
        upstreams=[fldUrn("bar3", "c2")],
        downstreamType=FineGrainedLineageDownstreamType.FIELD,
        downstreams=[fldUrn("bar", "c2")],
        confidenceScore=0.8,
        transformOperation="myfunc",
a
hello, we're emitting transformOperation but is not showing in the UI @steep-fountain-54482
is it right?
b
ahh gotcha, yes that is right that we're not showing transformOperations in the UI yet. obviously that's something that would be nice for us to do! can you explain how you would expect it to look for your purposes?
a
hi @jolly-mechanic-50206! The transformOperations information can be displayed when we hover the link between columns ... it will very useful
b
okay thanks for the feedback!
a
b
perfect! thanks for doing that Adrian, it really helps the team prioritize what we work on next
g
Thanks @acceptable-terabyte-34789 @bulky-soccer-26729 This is must have feature