【发布时间】:2022-08-19 02:59:31
【问题描述】:
使用 ADF 中的查找活动来获取我想要输出到 Databricks 笔记本的表列表,该笔记本将用于运行代码。
-
For循环对象动态内容
@activity(\'Lookup IngestionControl\').output.value -
我得到的错误是
The value type in key \'TABLENAME\' is not expected type \'System.String\'
尝试的解决方案:@String(activity(\'Lookup IngestionControl\').output.value)
Warning: Expression of type: \'String\' does not match the field: \'items\'- 运行时出现警告并收到错误,因为对象是数组类型,无法转换为字符串
标签: azure azure-data-factory azure-databricks