databricks-rest-client icon indicating copy to clipboard operation
databricks-rest-client copied to clipboard

Results 13 databricks-rest-client issues
Sort by recently updated
recently updated
newest added

As of the last couple of months, the group api appears to function differently then it used to. I am not sure that the functionality is necessarily broken for users,...

Recently the workspace list API seems to be returning new object types (FILE & REPO) (https://docs.databricks.com/dev-tools/api/latest/workspace.html#objecttype) (the type FILE is not listed here yet but we're seeing those in our...

Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.18 to 8.29. Release notes *Sourced from [checkstyle's releases](https://github.com/checkstyle/checkstyle/releases).* > ## checkstyle-8.29 > https://checkstyle.org/releasenotes.html#Release_8.29 > > ## checkstyle-8.28 > https://checkstyle.org/releasenotes.html#Release_8.28 > > ## checkstyle-8.27 > https://checkstyle.org/releasenotes.html#Release_8.27 >...

dependencies

AC: - either a check is put in place that fails integration tests if one is already running, or integration tests add on a unique suffix. - any clusters/resources that...

Groups API and InstanceProfiles API were recently implemented, but the README was not updated to reflect that functionality. Goal of this issue is to update the README to show that...

https://docs.databricks.com/api/latest/tokens.html Create the TokensService and implement functionality in the link above.

https://docs.databricks.com/api/latest/secrets.html Create SecretsService that implements functionality from the link above.

The instance types specified in the ClusterServiceTest integration tests have been deprecated by databricks. It is probably best to update them to a instance that is still supported. I'd suggest...

The projects current README does not include much, and could use some better documentation.

Right now there is code repetition between the two classes. The tests have also become a bit sloppy and could be cleaned up. Goal would be to: 1. abstract away...