azure-data-factory - Azure 数据资源管理器命令动态参数错误

标签 azure-data-factory azure-data-explorer adx

我已在 ADF 管道中添加“Azure 数据资源管理器命令”,但它不接受命令表达式内的动态参数。

例如:第 1 步:添加 Azure 数据资源管理器命令

enter image description here

第2步:添加两个参数 enter image description here

第3步:在命令窗口中添加动态表达式

enter image description here

第 4 步:添加带参数的 Kusto 函数

.append rfi_ret_qhour_agg <| RFIRetFactAggFunction(@pipeline().parameters.windowStart),@pipeline().parameters.windowEnd)

不知道为什么,但上面带有动态参数的表达式不起作用。

最佳答案

我知道您需要调用 ADX 函数并将参数传递给其中。我将通过以下使用 @concat 来实现这一点。

@concat('rfi_ret_qhour_agg <| RFIRetFactAggFunction(',pipeline().parameters.windowEnd,pipeline().parameters.windowStart,')')

关于azure-data-factory - Azure 数据资源管理器命令动态参数错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66487391/

相关文章:

azure-data-explorer - 停止/取消摄取到 Azure 数据资源管理器 (LightIngest)

azure - 使用 azurerm terraform 提供程序删除 adx 表

azure - 如何通过azure数据工厂生成不记名 token

SQL Server 约束强制执行在瞬间被违反

azure-data-explorer - 无法在 Kusto 的用户定义函数中使用命令

azure - ADX 项目列包含包含空白的新列

azure - 在数据库中创建物化 View 后如何检查其回填属性?

azure - 运行手动触发的管道时可能会导致 'InternalServerError executing request' 的原因是什么?

sql-server - Azure 数据工厂上的存储过程失败并显示错误消息 : The length of execution output is over limit (around 1M currently)

azure - 将连续的非零行标记到不同的分区中,这次使用 kusto(Azure AppInsights 的查询语言)