Hi Everyone, trying to use <https://datahubproject...
# ingestion
h
Hi Everyone, trying to use https://datahubproject.io/docs/generated/metamodel/entities/dataset/#fine-grained-lineage Trying to understand the usage of upstream in the below code ( we are already adding the necessary column lineages via fieldLineages ) Also are we able to view the fine grained lineages ?
Copy code
upstream = Upstream(dataset=datasetUrn("bar2"), type=DatasetLineageType.TRANSFORMED)

fieldLineages = UpstreamLineage(
    upstreams=[upstream], fineGrainedLineages=fineGrainedLineages
)

lineageMcp = MetadataChangeProposalWrapper(
    entityType="dataset",
    changeType=ChangeTypeClass.UPSERT,
    entityUrn=datasetUrn("bar"),
    aspectName="upstreamLineage",
    aspect=fieldLineages,
)
b
Hi there! Glad to see you're ingesting fine-grained lineage. Visualization is not (yet) supported cc @little-megabyte-1074
h
@big-carpet-38439 Whom can reach out regarding fine grained lineage. Have questions regarding ingesting.
e
@handsome-football-66174 Hi, could you please share your questions? Will try to clarify to the extent I'm able ...
b
@handsome-football-66174 ^
h
@big-carpet-38439 - got them clarified from Srinath !