handsome-cat-78137
05/17/2023, 9:48 AMdatahub.ingestion.run.pipeline
).
Then to update properties, tags, owners etc:
1. I search for the uploaded dataset urn using the resli api with endpoint /entities
because I do not know the urn beforehand
2. Update the urn
The problem that I face with this approach is that urn creation takes some time depending on the dataset. And usually it is not ready when I try searching for it.
Is there some way to know when the urn is created after the pipeline is run?
Or there a better way to do this?delightful-ram-75848
05/18/2023, 12:08 AMentityExist
to validate if the given urn exist or not. cf:
https://datahubproject.io/docs/graphql/queries#entityexists
https://datahubspace.slack.com/archives/CV2KB471C/p1683516173417029handsome-cat-78137
05/19/2023, 8:22 AMmodern-artist-55754
05/19/2023, 11:31 AM