stoddabr
stoddabr
All these examples appear to be for the v2 api. In light of the v3 api it would be great to get examples that utilized up-to-date best practices
this would reflect's puppeteer's use of the timeout option where if 0 is passed the timeout is never triggered. This is useful for some long-running tasks. Example usage: ```ts const...
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:...