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.
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
ornew-cluster-json
inputs must be set.'); ^ Error: Eitherexisting-cluster-id
ornew-cluster-json
inputs must be set.