-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Release] Release v0.38.0 #826
Merged
Merged
Conversation
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
renaudhartert-db
temporarily deployed
to
test-trigger-is
November 18, 2024 09:27 — with
GitHub Actions
Inactive
renaudhartert-db
temporarily deployed
to
test-trigger-is
November 18, 2024 09:27 — with
GitHub Actions
Inactive
renaudhartert-db
changed the title
[Fix] Fix serialization of nested data classes
[Release] Release v0.37.1
Nov 18, 2024
renaudhartert-db
temporarily deployed
to
test-trigger-is
November 18, 2024 13:12 — with
GitHub Actions
Inactive
If integration tests don't run automatically, an authorized user can run them manually by following the instructions below: Trigger: Inputs:
Checks will be approved automatically on success. |
renaudhartert-db
temporarily deployed
to
test-trigger-is
November 18, 2024 13:12 — with
GitHub Actions
Inactive
Test Details: go/deco-tests/11893184752 |
hectorcast-db
approved these changes
Nov 18, 2024
github-merge-queue bot
pushed a commit
that referenced
this pull request
Nov 18, 2024
## What changes are proposed in this pull request? Note: this PR is the real v0.38.0 release. It is the same as PR #826 but with the right version number. ### New Features and Improvements * Read streams by 1MB chunks by default. ([https://github.com/databricks/databricks-sdk-py/pull/817](https://github.com/databricks/databricks-sdk-py/pull/817)). ### Bug Fixes * Rewind seekable streams before retrying ([https://github.com/databricks/databricks-sdk-py/pull/821](https://github.com/databricks/databricks-sdk-py/pull/821)). * Properly serialize nested data classes. ### Internal Changes * Reformat SDK with YAPF 0.43. ([https://github.com/databricks/databricks-sdk-py/pull/822](https://github.com/databricks/databricks-sdk-py/pull/822)). * Update Jobs GetRun API to support paginated responses for jobs and ForEach tasks ([https://github.com/databricks/databricks-sdk-py/pull/819](https://github.com/databricks/databricks-sdk-py/pull/819)). ### API Changes: * Added `service_principal_client_id` field for `databricks.sdk.service.apps.App`. * Added `azure_service_principal`, `gcp_service_account_key` and `read_only` fields for `databricks.sdk.service.catalog.CreateCredentialRequest`. * Added `azure_service_principal`, `read_only` and `used_for_managed_storage` fields for `databricks.sdk.service.catalog.CredentialInfo`. * Added `omit_username` field for `databricks.sdk.service.catalog.ListTablesRequest`. * Added `azure_service_principal` and `read_only` fields for `databricks.sdk.service.catalog.UpdateCredentialRequest`. * Added `external_location_name`, `read_only` and `url` fields for `databricks.sdk.service.catalog.ValidateCredentialRequest`. * Added `is_dir` field for `databricks.sdk.service.catalog.ValidateCredentialResponse`. * Added `only` field for `databricks.sdk.service.jobs.RunNow`. * Added `restart_window` field for `databricks.sdk.service.pipelines.CreatePipeline`. * Added `restart_window` field for `databricks.sdk.service.pipelines.EditPipeline`. * Added `restart_window` field for `databricks.sdk.service.pipelines.PipelineSpec`. * Added `private_access_settings_id` field for `databricks.sdk.service.provisioning.UpdateWorkspaceRequest`. * Changed `create_credential()` and `generate_temporary_service_credential()` methods for [w.credentials](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/credentials.html) workspace-level service with new required argument order. * Changed `access_connector_id` field for `databricks.sdk.service.catalog.AzureManagedIdentity` to be required. * Changed `access_connector_id` field for `databricks.sdk.service.catalog.AzureManagedIdentity` to be required. * Changed `name` field for `databricks.sdk.service.catalog.CreateCredentialRequest` to be required. * Changed `credential_name` field for `databricks.sdk.service.catalog.GenerateTemporaryServiceCredentialRequest` to be required. OpenAPI SHA: f2385add116e3716c8a90a0b68e204deb40f996c, Date: 2024-11-15
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New Features and Improvements
Bug Fixes
Internal Changes
API Changes:
service_principal_client_id
field fordatabricks.sdk.service.apps.App
.azure_service_principal
,gcp_service_account_key
andread_only
fields fordatabricks.sdk.service.catalog.CreateCredentialRequest
.azure_service_principal
,read_only
andused_for_managed_storage
fields fordatabricks.sdk.service.catalog.CredentialInfo
.omit_username
field fordatabricks.sdk.service.catalog.ListTablesRequest
.azure_service_principal
andread_only
fields fordatabricks.sdk.service.catalog.UpdateCredentialRequest
.external_location_name
,read_only
andurl
fields fordatabricks.sdk.service.catalog.ValidateCredentialRequest
.is_dir
field fordatabricks.sdk.service.catalog.ValidateCredentialResponse
.only
field fordatabricks.sdk.service.jobs.RunNow
.restart_window
field fordatabricks.sdk.service.pipelines.CreatePipeline
.restart_window
field fordatabricks.sdk.service.pipelines.EditPipeline
.restart_window
field fordatabricks.sdk.service.pipelines.PipelineSpec
.private_access_settings_id
field fordatabricks.sdk.service.provisioning.UpdateWorkspaceRequest
.create_credential()
andgenerate_temporary_service_credential()
methods for w.credentials workspace-level service with new required argument order.access_connector_id
field fordatabricks.sdk.service.catalog.AzureManagedIdentity
to be required.access_connector_id
field fordatabricks.sdk.service.catalog.AzureManagedIdentity
to be required.name
field fordatabricks.sdk.service.catalog.CreateCredentialRequest
to be required.credential_name
field fordatabricks.sdk.service.catalog.GenerateTemporaryServiceCredentialRequest
to be required.OpenAPI SHA: f2385add116e3716c8a90a0b68e204deb40f996c, Date: 2024-11-15