简体   繁体   中英

Updating Azure Table Storage Field in Azure Data Factory

I have a Pipeline in Azure Data Factory. The Pipeline Includes 3 Activities. 1. Lookup ---> Get Content from Table Storage 2. Web Activity --> Call a REST Endpoint (parameter is passed from the result of the lookup activity) 3. Copy Activity --> Copy the REST response payload into CSV.

The thing is I need to flag the Table Storage Row as Success or Fail based on the Web Activity if it returned Response 200 or not.

So my question is that is there any Activity in Azure Data Factory that lets you update a Table storage field.

According my experience, there isn't any Active in Data Factory support update a Table storage field for now.

Hope this helps.

Sorry I don't have enough reputation for comment, that why I am writing in answer section.

Because there is no activity such as update a Table storage field, so this could be help you to solve your problem. With Update Entity you can updates an existing entity in a table.

Ref : https://docs.microsoft.com/en-us/rest/api/storageservices/update-entity2

Hope this is helpful.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM