Ian Dexter D Marquez
Ian Dexter D Marquez
For resources such as `databricks_groups`, for example, group and member listing can time out because of the sheer number of attributes that they enumerate. Multiple calls to these endpoints may...
Consider the following `action.yml`: ``` - name: Run notebook uses: databricks/run-notebook@main with: local-notebook-path: notebooks/test.py ... git-provider: 'gitHubEnterprise' git-commit: ${{ github.sha }} ... ``` The jobs spec in Databricks is: ```...
### Describe the issue When `databricks bundle run ...` fails for some reason, we usually just emit a non-zero code. We should distinguish between client- and server-side errors, eg. `Client.Timeout...