Azuredatacatalog rest api json payloads

krishna 6 Reputation points
2020-08-06T13:27:51.9+00:00

Hello Team,

I have created datacatalog and trying to use the rest api to update the data assets. But unfortunately while I could not able to succeed with update of table descriptions, friendlyname,tags, since i dont know what the expected format of json payloads for each type of update. Also there is no proper documentation for , how to construct rest end point for each such updates neither in documentation nor in portals. So if you have any such documentation, you could share with me. Thanks in advance.

example. below is the end point constructed by me for updating table description

https://api.azuredatacatalog.com/catalogs/SampleCatalog/views/tables/00d10608-ff75-4772-860b-b01a9e8c882f/descriptions?api-version=2016-03-30

and payload i am passing as below

{
"properties":{
"name":"orders",
"description":"this is test description"
}
}

so i am getting below error as reponse

{
"error": {
"code": "MissingViewItemIdentity",
"message": "View item path must end with an item identity for this operation."
}
}

i could not find any stackoverflow comments on the above error. your help will be appreciated.

Azure Data Catalog
Azure Data Catalog
An Azure service that serves as a system of registration and system of discovery for enterprise data assets.
103 questions
{count} vote

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.