jolly-traffic-67085
08/11/2022, 3:38 AMbetter-orange-49102
08/11/2022, 4:23 AMjolly-traffic-67085
08/11/2022, 4:37 AMbetter-orange-49102
08/11/2022, 4:46 AMbetter-orange-49102
08/11/2022, 4:49 AMbetter-orange-49102
08/11/2022, 5:09 AMurn=<dataset_urn>
paths=["/dataset/custom/dataset"]
mcp= MetadataChangeProposalWrapper(
entityType="dataset",
changeType=ChangeTypeClass.UPSERT,
entityUrn=urn,
aspectName="browsePaths",
aspect=BrowsePathsClass(paths=paths),
)
but note that there is no easy way to find out which datasets need updating.better-orange-49102
08/11/2022, 5:10 AMselect urn from metadata_aspect_v2 where aspect="browsePaths" and version=0 and metadata="<specify the path>"
jolly-traffic-67085
08/11/2022, 6:44 AMbetter-orange-49102
08/11/2022, 6:44 AMjolly-traffic-67085
08/14/2022, 7:11 AM