run-notebook
run-notebook copied to clipboard
I'm attempting to submit a databricks job using this action via Github actions workflow. I got the github workflow running successfully using a personal access token and attempted to update...
See https://docs.databricks.com/api/workspace/libraries/install
Trying to have a library installed with the created cluster but am running into the following error. `Error: {"error_code":"MALFORMED_REQUEST","message":"Could not parse request object: Expected 'START_OBJECT' not 'VALUE_STRING'\n at [Source: (ByteArrayInputStream);...
Should be [{"pypi": {"package": "tqdm"}}, {"pypi": {"package": "xgbse==0.2.3"}}, instead of [{"pypi": "tqdm"}, {"pypi": "xgbse==0.2.3"}, ` libraries-json: description: > JSON string containing a list of libraries (e.g. [{"pypi": "sklearn"}, {"pypi": "mlflow"}])...
When the action is run, you get a warning and a link to this blogpost: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/ Please update the node version.
When running local notebooks you need workspace-temp-dir. The notebook is uploaded to the temp dir, is then run and after the run is deleted. After this, the access-control-list-json no longer...
Quick fix to address https://github.com/databricks/run-notebook/issues/48
The full notebook path is being stripped if no file extension is passed. For example the following action config will fail ``` name: Run dbx test on PR on: pull_request:...
Currently, when the job fails, the outputs are not written - but this is exactly when they are interesting! (Especially the link to the `run url`). Ideally, a 5th output...
do we have a way to capture notebooks outputs when the job fails ? or any way to view at cell outputs ( eg. print statement outputs) on failed jobs