Open hmayer1980 opened 4 years ago
@hmayer1980, I had the same issue, and was able to escape the spaces, one by one. Like so:
/this\ is\ a\ folder\ with\ spaces/subfolder/subfolder
@hmayer1980, I had the same issue, and was able to escape the spaces, one by one. Like so:
/this\ is\ a\ folder\ with\ spaces/subfolder/subfolder
escaping spaces didn't work for me. We are trying to execute the Notebook from the "Execute Databricks Notebook" step in the Azure DevOps release pipeline
Try %run "/your/absolute/path"
with the double quotes.
Notebook Execution does fail if the Notebook Path Contains a Space - or its unclear how to Escape correctly. Because when I try to put the Notebook path into quotes the Error is that the path has to start with a forward slash..
It works fine when the Notebook path does not contain the Space character.