-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update OpenAPI Spec & Merge Files API (#139)
## Changes This PR adds recent changes from OpenAPI to the Java SDK. Notably, it adds support for the Files API. The integration test for this API can only be run in UC workspaces, so this PR also adds support for UC-only integration tests at the workspace- and account-level. ## Tests - [x] New integration test for Files API to verify that it works as expected.
- Loading branch information
Showing
95 changed files
with
3,397 additions
and
1,573 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
beff621d7b3e1d59244e2e34fc53a496f310e130 | ||
be3d4a799362f0d5ddbfeb0a0acdfb91f8736a3b |
Large diffs are not rendered by default.
Oops, something went wrong.
119 changes: 81 additions & 38 deletions
119
databricks-sdk-java/src/main/java/com/databricks/sdk/WorkspaceClient.java
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ricks-sdk-java/src/main/java/com/databricks/sdk/service/catalog/AccountMetastoresAPI.java
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
...k-java/src/main/java/com/databricks/sdk/service/catalog/AccountStorageCredentialsAPI.java
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
5 changes: 3 additions & 2 deletions
5
...-java/src/main/java/com/databricks/sdk/service/catalog/AccountStorageCredentialsImpl.java
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
3 changes: 2 additions & 1 deletion
3
...va/src/main/java/com/databricks/sdk/service/catalog/AccountStorageCredentialsService.java
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.