databricks / run-notebook

Apache License 2.0
49 stars 19 forks source link

Serverless Compute #54

Open finnmurphyonmo opened 5 months ago

finnmurphyonmo commented 5 months ago

You are unable to run a notebook using the serverless compute functionality.

The expected behaviour would be if a "new-cluster-json" or an "existing-cluster-id" is not specified the notebook is run with serverless compute.

However you get the following error message: /home/runner/work/_actions/databricks/run-notebook/v0/dist/webpack:/typescript-action/lib/common/src/utils.js:100 throw new Error('Either existing-cluster-id or new-cluster-json inputs must be set.'); ^ Error: Either existing-cluster-id or new-cluster-json inputs must be set.