Skip to content

Commit

Permalink
[Release] Release v0.32.0 (#747)
Browse files Browse the repository at this point in the history
### Bug Fixes

* Handle non-JSON errors gracefully
([#741](#741)).


### Documentation

* Add Data Plane access documentation
([#732](#732)).


### Internal Changes

* Fix test_iam::test_scim_error_unmarshall integration test
([#743](#743)).


### API Changes:

* Added `regenerate_dashboard()` method for
[w.quality_monitors](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/quality_monitors.html)
workspace-level service.
* Added `databricks.sdk.service.catalog.RegenerateDashboardRequest` and
`databricks.sdk.service.catalog.RegenerateDashboardResponse`
dataclasses.
* Added `databricks.sdk.service.jobs.QueueDetails`,
`databricks.sdk.service.jobs.QueueDetailsCodeCode`,
`databricks.sdk.service.jobs.RunLifecycleStateV2State`,
`databricks.sdk.service.jobs.RunStatus`,
`databricks.sdk.service.jobs.TerminationCodeCode`,
`databricks.sdk.service.jobs.TerminationDetails` and
`databricks.sdk.service.jobs.TerminationTypeType` dataclasses.
 * Added `status` field for `databricks.sdk.service.jobs.BaseRun`.
* Added `status` field for
`databricks.sdk.service.jobs.RepairHistoryItem`.
 * Added `status` field for `databricks.sdk.service.jobs.Run`.
 * Added `status` field for `databricks.sdk.service.jobs.RunTask`.
* Added `max_provisioned_throughput` and `min_provisioned_throughput`
fields for `databricks.sdk.service.serving.ServedModelInput`.
* Added `columns_to_sync` field for
`databricks.sdk.service.vectorsearch.DeltaSyncVectorIndexSpecRequest`.
* Changed `workload_size` field for
`databricks.sdk.service.serving.ServedModelInput` to no longer be
required.

OpenAPI SHA: d05898328669a3f8ab0c2ecee37db2673d3ea3f7, Date: 2024-09-04
  • Loading branch information
mgyucht authored Sep 4, 2024
1 parent de939a8 commit c532de6
Show file tree
Hide file tree
Showing 26 changed files with 619 additions and 138 deletions.
2 changes: 1 addition & 1 deletion .codegen/_openapi_sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3eae49b444cac5a0118a3503e5b7ecef7f96527a
d05898328669a3f8ab0c2ecee37db2673d3ea3f7
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ examples/account/users/patch_account_users.py linguist-generated=true
examples/account/vpc_endpoints/create_vpc_endpoints.py linguist-generated=true
examples/account/vpc_endpoints/get_vpc_endpoints.py linguist-generated=true
examples/account/vpc_endpoints/list_vpc_endpoints.py linguist-generated=true
examples/account/waiter/get_workspaces.py linguist-generated=true
examples/account/workspace_assignment/list_workspace_assignment_on_aws.py linguist-generated=true
examples/account/workspace_assignment/update_workspace_assignment_on_aws.py linguist-generated=true
examples/account/workspaces/create_workspaces.py linguist-generated=true
Expand Down
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Version changelog

## [Release] Release v0.32.0

### Bug Fixes

* Handle non-JSON errors gracefully ([#741](https://github.com/databricks/databricks-sdk-py/pull/741)).


### Documentation

* Add Data Plane access documentation ([#732](https://github.com/databricks/databricks-sdk-py/pull/732)).


### Internal Changes

* Fix test_iam::test_scim_error_unmarshall integration test ([#743](https://github.com/databricks/databricks-sdk-py/pull/743)).


### API Changes:

* Added `regenerate_dashboard()` method for [w.quality_monitors](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/quality_monitors.html) workspace-level service.
* Added `databricks.sdk.service.catalog.RegenerateDashboardRequest` and `databricks.sdk.service.catalog.RegenerateDashboardResponse` dataclasses.
* Added `databricks.sdk.service.jobs.QueueDetails`, `databricks.sdk.service.jobs.QueueDetailsCodeCode`, `databricks.sdk.service.jobs.RunLifecycleStateV2State`, `databricks.sdk.service.jobs.RunStatus`, `databricks.sdk.service.jobs.TerminationCodeCode`, `databricks.sdk.service.jobs.TerminationDetails` and `databricks.sdk.service.jobs.TerminationTypeType` dataclasses.
* Added `status` field for `databricks.sdk.service.jobs.BaseRun`.
* Added `status` field for `databricks.sdk.service.jobs.RepairHistoryItem`.
* Added `status` field for `databricks.sdk.service.jobs.Run`.
* Added `status` field for `databricks.sdk.service.jobs.RunTask`.
* Added `max_provisioned_throughput` and `min_provisioned_throughput` fields for `databricks.sdk.service.serving.ServedModelInput`.
* Added `columns_to_sync` field for `databricks.sdk.service.vectorsearch.DeltaSyncVectorIndexSpecRequest`.
* Changed `workload_size` field for `databricks.sdk.service.serving.ServedModelInput` to no longer be required.

OpenAPI SHA: d05898328669a3f8ab0c2ecee37db2673d3ea3f7, Date: 2024-09-04

## [Release] Release v0.31.1

### Bug Fixes
Expand Down
89 changes: 85 additions & 4 deletions databricks/sdk/service/catalog.py

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

16 changes: 8 additions & 8 deletions databricks/sdk/service/iam.py

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

Loading

0 comments on commit c532de6

Please sign in to comment.