Andrew Nester
Andrew Nester
## Changes If only key was defined for a job in YAML config, validate previously failed with segfault. This PR validates that jobs are correctly defined and returns an error...
We are prefixing it here so cluster libs validation passes but maybe it's not required anymore https://github.com/databricks/cli/pull/1379/files/9f19ddc3d82b9e7df6ff84ca0370a2671dbd0c1f#diff-79351a04b84c950b37b9d7c108e10b1567733ddb24de1eb247b7599c1155fa3eR134
## Changes Added progress bar when uploading files to Databricks ## Tests
## Changes Added workflows for closing stale issues. It adds a Github Action that warns and then auto closes stale issues.
## Changes Added integration test for Spark Jar tasks ## Tests Still fails with error ``` Library from /Workspace is not allowed on non Unity Catalog cluster. ```
## Changes Previously for all the libraries referenced in configuration DABs made sure that there is corresponding artifact section. But this is not really necessary and flexible, because local libraries...
### Describe the issue Using 2 libraries from different local paths but with the same name will result in one of them being overriden by other when uploaded to Databricks....
## Changes Added token for codecov action Fixes failed codecov test coverage report
## Changes Added no_wait option for clusters to skip waiting to start on cluster creation Fixes https://github.com/databricks/terraform-provider-databricks/issues/3837 Also required for https://github.com/databricks/cli/pull/1698 ## Tests - [x] `make test` run locally -...
## Changes Added JSON input validation for CLI commands Relies on using `dyn` library. Fixes #1769 #1764 #1625 #1560 Note: before json unmarshalling was not respecting ForceSendFields anyway (`json.Unmarshal` was...