when try to add dynamic file name (linked server) in azure data factory V2 error encountered

依然范特西╮ 提交于 2019-12-24 15:53:05

问题


I am new to the Azure Data factory V2 and blob storage. When try to add the file connection(linked server) in copy data from blob storage dynamically the following error is encountered while trying to map the columns by importing the schema from file

"Failed to convert the value in 'container' property to 'System.String' type. Please make sure the payload structure and value are correct.."

I tried:

used static parameters and assign the static parameters to the linked connection


回答1:


Please refer to my working steps:

1.Configuration of Azure Blob Storage Source DataSet:

parameters:

2.Configuration of Azure Blob Storage Sink DataSet:

3.Configuration of Copy Activity,you could modify the value of parameters here:

4.Result:



来源:https://stackoverflow.com/questions/56337163/when-try-to-add-dynamic-file-name-linked-server-in-azure-data-factory-v2-error

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!