Skip to content

Commit

Permalink
Generate SDK (#536)
Browse files Browse the repository at this point in the history
## Changes
<!-- Summary of your changes that are easy to understand -->
Update SDK to latest OpenAPI spec

## Tests
<!-- 
How is this tested? Please see the checklist below and also describe any
other relevant tests
-->
Unit tests, will run nightly on release PR
- [ ] `make test` run locally
- [ ] `make fmt` applied
- [ ] relevant integration tests applied
  • Loading branch information
tanmay-db authored Feb 8, 2024
1 parent 306ed7e commit a1055d1
Show file tree
Hide file tree
Showing 49 changed files with 1,238 additions and 269 deletions.
2 changes: 1 addition & 1 deletion .codegen/_openapi_sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e05401ed5dd4974c5333d737ec308a7d451f749f
6b897bc95b23abed8b9f5eff0e6b8ec034046180
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ examples/queries/create_queries.py linguist-generated=true
examples/queries/get_queries.py linguist-generated=true
examples/queries/update_queries.py linguist-generated=true
examples/query_history/list_sql_query_history.py linguist-generated=true
examples/r/wait_catalog_workspace_bindings.py linguist-generated=true
examples/recipients/create_recipients.py linguist-generated=true
examples/recipients/get_recipients.py linguist-generated=true
examples/recipients/list_recipients.py linguist-generated=true
Expand Down Expand Up @@ -285,7 +286,6 @@ examples/workspace/list_workspace_integration.py linguist-generated=true
examples/workspace_assignment/list_workspace_assignment_on_aws.py linguist-generated=true
examples/workspace_assignment/update_workspace_assignment_on_aws.py linguist-generated=true
examples/workspace_bindings/get_catalog_workspace_bindings.py linguist-generated=true
examples/workspace_bindings/update_catalog_workspace_bindings.py linguist-generated=true
examples/workspace_conf/get_status_repos.py linguist-generated=true
examples/workspaces/create_workspaces.py linguist-generated=true
examples/workspaces/get_workspaces.py linguist-generated=true
Expand Down
195 changes: 149 additions & 46 deletions databricks/sdk/service/catalog.py

Large diffs are not rendered by default.

97 changes: 80 additions & 17 deletions databricks/sdk/service/compute.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a1055d1

Please sign in to comment.