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

Wait task hangs indefinitely if executing non-existent notebook #33

Open joh024 opened 4 years ago

joh024 commented 4 years ago

If you run the executenotebook task supplying a notebookPath to a notebook that doesn't exist, it succeeds (expected behaviour: fail).

If you then run the waitexecution task, the task hangs indefinitely (expected behaviour: fail), as it doesn't seem to understand the error message:

  "state": {
    "life_cycle_state": "INTERNAL_ERROR",
    "state_message": "Notebook not found: /NotebookDoesNotExist"
  },