dazzling-shampoo-79134
12/08/2022, 4:47 AMFailed to update Deprecation: Failed to update resource with urn urn:li:dataset (urn:li:dataPlatform:googlesheet,lorem ipsum,PROD). Entity does not exist.
while deprecating a dataset. FYI, I've deprecated this dataset once the other day, but for some reason it still exists in the latest lineage, so I tried to deprecate it but to no avail.astonishing-answer-96712
12/08/2022, 6:16 PMgooglesheet entity from?dazzling-shampoo-79134
12/09/2022, 4:03 AMgooglesheet entity comes from the lineage emitter job, through a MetadataChangeProposalWrapper class, referenced below
## here the googlesheet entity is created as the aspect of the datajob
MetadataChangeProposalWrapper(
entityType="dataJob",
changeType=ChangeTypeClass.UPSERT,
entityUrn=datajob_urn,
aspectName="dataJobInputOutput",
aspect=datajob_input_output
)astonishing-answer-96712
12/13/2022, 6:14 PM