简体   繁体   English

无法在 Azure 数据工厂的复制活动中向接收器“Azure 数据资源管理器”添加额外的列

[英]Not able to add additional column to the sink `Azure Data Explorer` in the Copy Activity of Azure Data Factory

I am trying to add an additional column to the Azure Data Explorer sink from the source Blob Storage using the "Additional columns" in the Copy Activity "Source" tab, but I am getting the following error:我正在尝试使用复制活动“源”选项卡中的“附加列”从源 Blob 存储向 Azure 数据资源管理器接收器添加一个附加列,但出现以下错误:

"Additional columns are not supported for your sink dataset, please create a new dataset to enable additional columns." “您的接收器数据集不支持其他列,请创建一个新数据集以启用其他列。”

When I changed the sink dataset to a blob storage, it works fine and an additional column gets created.当我将接收器数据集更改为 blob 存储时,它工作正常并创建了一个额外的列。 Is there anything I am missing on here when I using the Azure Data Explorer as sink?当我使用 Azure 数据资源管理器作为接收器时,我在这里遗漏了什么吗?

Alternatively, how can I add an additional column to the Azure Data Explorer table as a sink?或者,如何将附加列作为接收器添加到 Azure 数据资源管理器表中?

Additional Columns附加列

As per official doc - This feature works with the latest dataset model.根据官方文档- 此功能适用于最新的数据集模型。 If you don't see this option from the UI, try creating a new dataset.如果您在 UI 中没有看到此选项,请尝试创建一个新数据集。

在此处输入图片说明

ADX sink doesn't support altering the table using Copy activity. ADX 接收器不支持使用复制活动更改表。 To add a column to the ADX table, use .alter-merge table command in advance and map the additional column to the target column under the Mapping tab of the Copy activity.要将列添加到 ADX 表,请提前使用.alter-merge table命令并将附加列映射到复制活动的映射选项卡下的目标列。 .alter-merge table command .alter-merge table 命令

暂无
暂无

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

相关问题 无法在复制活动中更改附加列的数据类型 - Azure 数据工厂 - Not able to change datatype of Additional Column in Copy Activity - Azure Data Factory Azure SQL 具有接收器存储过程的数据工厂复制活动 - Azure SQL Data Factory Copy Activity with Sink Stored Procedure Azure 数据工厂活动副本:使用 @pipeline().TriggerTime 评估接收器表中的列 - Azure Data Factory activity copy: Evaluate column in sink table with @pipeline().TriggerTime Azure 数据工厂 - 休息复制活动附加标头不起作用 - Azure data factory - rest copy activity additional header not working Azure数据工厂复制活动 - Azure Data Factory Copy Activity 在 Azure 数据工厂的复制活动中自动记录行号的附加列 - Additional column that records the row number automatically in a copy activity in Azure Data Factory Azure 数据工厂复制活动失败将字符串(从 csv)映射到 Azure SQL 表接收器 uniqueidentifier 字段 - Azure Data factory copy activity failed mapping strings (from csv) to Azure SQL table sink uniqueidentifier field Azure 数据工厂 - 复制数据活动接收器 - 每个文件属性的最大行数 - Azure data factory - Copy Data activity Sink - Max rows per file property Azure 数据工厂 - 在接收器端复制数据活动自动表创建时出错不适用于接收器数据集 - Azure data factory - Getting an error in Copy data activity auto table creation in sink side is not applicable for your sink dataset Azure 数据工厂:复制活动 - 写入接收器显示“00:00:00” - Azure Data Factory: Copy activity - Writing to sink is showing '00:00:00'
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM