microsoft / azdo-databricks

A set of Build and Release tasks for Building, Deploying and Testing Databricks notebooks
MIT License
25 stars 31 forks source link

Deploy Notebooks to Workspace failed, due to Missing argument "TARGET_PATH" #13

Open hangyao opened 5 years ago

hangyao commented 5 years ago

I tried to Deploy Notebooks to Workspace but failed due to Missing argument "TARGET_PATH".

Please find the screenshot below:

image image image

I tried to use the default "/Shared" directory. Do I miss anything here?

Thank you!

hangyao commented 5 years ago

Just want to follow up. On line 14 it seems like the target path /Shared missing a quotation mark. Did it cause the issue?

Isarien commented 5 years ago

I have exactly the same issue. Did you have a workaround ?

hangyao commented 5 years ago

@Isarien , I've switched to another tool in the marketplace, "Databricks Script Deployment Task by Data Thirst" (link), and use its task "Databricks Notebooks deployment" to replace this one and it works for me.

Isarien commented 4 years ago

Yes I do the same. It works, but it's too bad that all the tasks do not work. I tried to debug source code, but the syntax seems not to correspond to the bug.

Connell1 commented 4 years ago

It may depend on your build agent. I was getting the same error when running on a Windows agent, which is not listed in the supported agents in the docs. I switched to Ubuntu and it worked.

https://github.com/microsoft/azdo-databricks