hundreds-memory-3344
02/24/2022, 5:31 PMDatasetPropertiesClass
, the tag is not entered in the Datahub.
1. If I simply append string in tags , doesn’t it get input?
2. Do I need to put urn in tags?
I attach the code I used as a sample
dataset_properties = DatasetPropertiesClass(description="This is Google Sample",
externalUrl="<https://www.google.com>",
customProperties={},
tags = ['Active']
)
metadata_event = MetadataChangeProposalWrapper(
entityType="dataset",
changeType=ChangeTypeClass.UPSERT,
entityUrn=builder.make_dataset_urn("google_sheet", "sample1"),
aspectName="datasetProperties",
aspect=dataset_properties,
)
emitter.emit(metadata_event)
early-lamp-41924
02/24/2022, 5:51 PMmammoth-bear-12532
hundreds-memory-3344
02/25/2022, 5:05 AMearly-lamp-41924
02/25/2022, 5:49 AMearly-lamp-41924
02/25/2022, 5:50 AMearly-lamp-41924
02/25/2022, 5:50 AMearly-lamp-41924
02/25/2022, 5:50 AMhundreds-memory-3344
02/25/2022, 7:04 AM