0

I am trying to make a post call to an alation api through Azure Data factory web request activity.

Documentation : https://developer.alation.com/dev/reference/upload-logical-metadata#code-samples

curl -X POST "${BASE_URL}/default/article" -H 'content-type: application/json' -H "TOKEN: ${API_TOKEN}" -d '{"article_id":"1", "description":"Data API Resource", "steward":[{"type":"user","key":"example@company.com"}]}'

I am able to make the same post call outside ADF with other tools.

Below is the snapshot from ADF pipeline enter image description here

Web activity executes successfully without error but I get errors in the response and update does not happen enter image description here

Mohit Leekha
  • 61
  • 11

0 Answers0