English 中文(简体)
Why publishing databricks notebook activity in azure synapse pipelines is giving error?
原标题:

I have a synapse pipeline which have multiple activities including a databricks notebook activity. I am able to validate and manually debug pipeline successfully but when I try to publish the pipeline it fails giving error that Databricks activity not supported . Also I am able to publish pipeline when I remove databricks notebook activity. I have checked the databricks linked service also, it is created correctly and able to get a successful connection. I tried to publish similar pipeline including databricks notebook activity in ADF and it is publishing successfully in ADF. I want to publish pipeline in synapse analytics. I am attaching the screenshot of the error I am getting. enter image description here

I tried removing databricks activity and it is publishing successfully. Also tried publishing the similar pipeline including databricks notebook activity in ADF and it is successfully publishing there also. But not able to publish in synapse analytics pipelines.

Attaching the json of notebook activity.enter image description here

问题回答

enter image description here

I have same error in synapse, any solution?

enter image description here





相关问题
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 ...

热门标签