【发布时间】:2019-05-01 15:09:37
【问题描述】:
我是第一次使用 Azure 数据工厂。
我查找了一个源数据集,该数据集是来自 azure 表存储的表
我有一个笔记本,它有一个名为“输入”的基本参数,其值为:
@activity('Lookup1').output
笔记本路径引用了一个尚未执行任何操作的 python 脚本。
当我尝试调试管道时,我得到了错误:
{
"errorCode": "2105",
"message": "The value type 'System.Collections.Generic.Dictionary`2[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=xxx],[System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=xxx]]', in key 'input' is not expected type 'System.String'",
"failureType": "UserError",
"target": "Notebook1"
}
我希望能够在 python 脚本中使用 json 对象。我是否必须以某种方式更改基本参数才能序列化对象?
【问题讨论】:
标签: azure azure-table-storage azure-data-factory azure-databricks