Azure 数据工厂 Web Activity 从 Azure Blob 读取 JSON 文件的限制
Limitation of an Azure Data Factory Web Activity to read JSON file from Azure Blob
我在 Azure Blob 存储中有一个 JSON 文件。我的目标是使用 Web Activity 读取 JSON 文件的内容,并将响应传递给下一个 Web Activity.
的正文
目前,Blob 存储中的 JSON 文件有几行,管道 运行 成功,达到了目标。
我的问题是:Web Activity 是否存在只能从文件中读取 n 行的限制?
就像,我的意思是,我们知道 Lookup Activity 的局限性在于,它只能读取 5000 行。使用 Web 阅读时是否存在任何类似的限制 Activity?
如果 Blob 存储中的 JSON 文件有 500000 行或更多行怎么办? Web Activity 能否读取 JSON 文件中的所有行?
提前致谢:)
请参阅 Web documentation Activity 并注意顶部的注释:
Note
The maximum supported output response payload size is 4 MB.
我会推荐你vote for this feature request or here。
我在 Azure Blob 存储中有一个 JSON 文件。我的目标是使用 Web Activity 读取 JSON 文件的内容,并将响应传递给下一个 Web Activity.
的正文目前,Blob 存储中的 JSON 文件有几行,管道 运行 成功,达到了目标。
我的问题是:Web Activity 是否存在只能从文件中读取 n 行的限制? 就像,我的意思是,我们知道 Lookup Activity 的局限性在于,它只能读取 5000 行。使用 Web 阅读时是否存在任何类似的限制 Activity?
如果 Blob 存储中的 JSON 文件有 500000 行或更多行怎么办? Web Activity 能否读取 JSON 文件中的所有行?
提前致谢:)
请参阅 Web documentation Activity 并注意顶部的注释:
Note
The maximum supported output response payload size is 4 MB.
我会推荐你vote for this feature request or here。