简体   繁体   English

更新 Azure 数据工厂中的 Azure 表存储字段

[英]Updating Azure Table Storage Field in Azure Data Factory

I have a Pipeline in Azure Data Factory.我在 Azure 数据工厂中有一个管道。 The Pipeline Includes 3 Activities.管道包括 3 个活动。 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. 1. 查找 ---> 从表存储中获取内容 2. Web 活动 --> 调用 REST 端点(参数从查找活动的结果中传递) 3. 复制活动 --> 将 REST 响应负载复制到 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.问题是我需要根据 Web 活动将表存储行标记为成功或失败,如果它返回响应 200 与否。

So my question is that is there any Activity in Azure Data Factory that lets you update a Table storage field.所以我的问题是 Azure 数据工厂中是否有任何活动可以让您更新表存储字段。

According my experience, there isn't any Active in Data Factory support update a Table storage field for now.根据我的经验,目前没有任何 Active in Data Factory 支持更新表存储字段。

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.使用Update Entity您可以更新表中的现有实体。

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

Hope this is helpful.希望这是有帮助的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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