plain-lion-38626
02/16/2022, 1:31 PMproject1.Dataset2.table2 as an upstream.
but it also has project2.Dataset2.table2 as another upstream.
When using the custom emitter (with UPSERT option) the second project seems to overwrite the first one.
Is this a bug or do I need to query all project and add the lineage upstream afterwards?
lineage_mcp = MetadataChangeProposalWrapper(
                    entityType="dataset",
                    changeType=ChangeTypeClass.UPSERT,
                    entityUrn=builder.make_dataset_urn(platform, fq_table_name, env),
                    aspectName="upstreamLineage",
                    aspect=upstream_lineage,)lemon-hydrogen-83671
02/16/2022, 1:36 PMplain-lion-38626
02/16/2022, 1:37 PMlemon-hydrogen-83671
02/16/2022, 2:10 PMlemon-hydrogen-83671
02/16/2022, 2:21 PM