English 中文(简体)
Error when transferring data from azure storage to snowflake using azure data factory
原标题:

When I first attempted to run the data transfer, I got the error "The remote server returned an error: (403) Forbidden.,Source=Microsoft.WindowsAzure.Storage,StorageExtendedMessage=Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature." I realized that this error was caused by me enabling staging. However, the only reason I enabled staging in the first place is because it is necessary for the first row to be registered as a header. When I turn off the setting to read the row as the first header, the mapping gets messed up.

So far, I ve tried just leaving on the read the first row as a header. When I do this, though, I get the error message Direct copying data to Snowflake is only supported when source dataset "First row as header" is set as false or "Row delimiter" is , please enable staging or fix First row as header. No matter what the row delimiter is set to, the only fix to this issue is enabling staging. However, one user on stackoverflow said enabling staging causes the 403 forbidden error, which turned out to be true. If anyone has any help for this problem please let me know. At this point I cant figure out any fixes so any help would be appreciated. Thanks!

问题回答

暂无回答




相关问题
Windows Azure WorkerRole response

I am working on an Azure demo to run Powershell in a worker role. In my web role I add the name of the Powershell script which is to be run to a CloudQueue object. I can print the script output to ...

Windows Azure WebRole stuck in a deployment loop

I ve been struggling with this one for a couple of days now. My current Windows Azure WebRole is stuck in a loop where the status keeps changing between Initializing, Busy, Stopping and Stopped. It ...

Getting a token for Windows Azure

We are looking at Windows Azure, but getting a token appears to be hard now, at least that s what I m seeing in web searches. Anyone tried it or know how to accelerate that process? Any idea how long ...

Developing Azure .Net 4.0 Applications

Presently .Net 4.0 is not supported on Azure. This thread indicates that you will not be able to use .Net 4.0 with VS 2010 until it is supported in the cloud. http://social.msdn.microsoft.com I d ...

.NET 4.0 on Windows Azure?

My google-fu is failing me on this one. As a possible solution to Unit Testing .NET 3.5 projects using MStest in VS2010 (but I ve put this in a seperate question because it s kind of unrelated): Is ...

热门标签