databricks / run-notebook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Serverless Compute

finnmurphyonmo opened this issue · comments

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.