Skip to content
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

Bump databricks-sdk from 0.30.0 to 0.31.1 #3592

Merged
merged 1 commit into from
Sep 3, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2024

Bumps databricks-sdk from 0.30.0 to 0.31.1.

Release notes

Sourced from databricks-sdk's releases.

v0.31.1

Bug Fixes

  • Fix DatabricksConfig.copy when authenticated with OAuth (#723).

Internal Changes

  • Fix get_workspace_client test to match Go SDK behavior (#738).
  • Verify that WorkspaceClient created from AccountClient does actually work through integration tests (#736).

v0.31.0

Bug Fixes

Internal Changes

API Changes:

  • Added w.policy_compliance_for_clusters workspace-level service.
  • Added w.policy_compliance_for_jobs workspace-level service.
  • Added w.resource_quotas workspace-level service.
  • Added databricks.sdk.service.catalog.GetQuotaRequest, databricks.sdk.service.catalog.GetQuotaResponse, databricks.sdk.service.catalog.ListQuotasRequest, databricks.sdk.service.catalog.ListQuotasResponse and databricks.sdk.service.catalog.QuotaInfo dataclasses.
  • Added databricks.sdk.service.compute.ClusterCompliance, databricks.sdk.service.compute.ClusterSettingsChange, databricks.sdk.service.compute.EnforceClusterComplianceRequest, databricks.sdk.service.compute.EnforceClusterComplianceResponse, databricks.sdk.service.compute.GetClusterComplianceRequest, databricks.sdk.service.compute.GetClusterComplianceResponse, databricks.sdk.service.compute.ListClusterCompliancesRequest and databricks.sdk.service.compute.ListClusterCompliancesResponse

... (truncated)

Changelog

Sourced from databricks-sdk's changelog.

[Release] Release v0.31.1

Bug Fixes

  • Fix DatabricksConfig.copy when authenticated with OAuth (#723).

Internal Changes

  • Fix get_workspace_client test to match Go SDK behavior (#738).
  • Verify that WorkspaceClient created from AccountClient does actually work through integration tests (#736).

[Release] Release v0.31.0

Bug Fixes

  • Fixed regression introduced in v0.30.0 causing ValueError: Invalid semantic version: 0.33.1+420240816190912 (#729).

Internal Changes

  • Escape single quotes in regex matchers (#727).

API Changes:

  • Added w.policy_compliance_for_clusters workspace-level service.
  • Added w.policy_compliance_for_jobs workspace-level service.
  • Added w.resource_quotas workspace-level service.
  • Added databricks.sdk.service.catalog.GetQuotaRequest, databricks.sdk.service.catalog.GetQuotaResponse, databricks.sdk.service.catalog.ListQuotasRequest, databricks.sdk.service.catalog.ListQuotasResponse and databricks.sdk.service.catalog.QuotaInfo dataclasses.
  • Added databricks.sdk.service.compute.ClusterCompliance, databricks.sdk.service.compute.ClusterSettingsChange, databricks.sdk.service.compute.EnforceClusterComplianceRequest, databricks.sdk.service.compute.EnforceClusterComplianceResponse, databricks.sdk.service.compute.GetClusterComplianceRequest, databricks.sdk.service.compute.GetClusterComplianceResponse, databricks.sdk.service.compute.ListClusterCompliancesRequest and databricks.sdk.service.compute.ListClusterCompliancesResponse dataclasses.
  • Added databricks.sdk.service.jobs.EnforcePolicyComplianceForJobResponseJobClusterSettingsChange, databricks.sdk.service.jobs.EnforcePolicyComplianceRequest, databricks.sdk.service.jobs.EnforcePolicyComplianceResponse, databricks.sdk.service.jobs.GetPolicyComplianceRequest, databricks.sdk.service.jobs.GetPolicyComplianceResponse, databricks.sdk.service.jobs.JobCompliance, databricks.sdk.service.jobs.ListJobComplianceForPolicyResponse and databricks.sdk.service.jobs.ListJobComplianceRequest dataclasses.
  • Added fallback field for databricks.sdk.service.catalog.CreateExternalLocation.
  • Added fallback field for databricks.sdk.service.catalog.ExternalLocationInfo.
  • Added fallback field for databricks.sdk.service.catalog.UpdateExternalLocation.
  • Added job_run_id field for databricks.sdk.service.jobs.BaseRun.
  • Added job_run_id field for databricks.sdk.service.jobs.Run.
  • Added include_metrics field for databricks.sdk.service.sql.ListQueryHistoryRequest.
  • Added statement_ids field for databricks.sdk.service.sql.QueryFilter.
  • Removed databricks.sdk.service.sql.ContextFilter dataclass.
  • Removed context_filter field for databricks.sdk.service.sql.QueryFilter.
  • Removed pipeline_id and pipeline_update_id fields for databricks.sdk.service.sql.QuerySource.

OpenAPI SHA: 3eae49b444cac5a0118a3503e5b7ecef7f96527a, Date: 2024-08-21

Commits
  • b36a7b9 [Release] Release v0.31.1 (#739)
  • 4597c36 [Internal] Fix get_workspace_client test to match Go SDK behavior (#738)
  • dd07079 [Internal] Verify that WorkspaceClient created from AccountClient does ac...
  • 5893d4d [Fix] Fix DatabricksConfig.copy when authenticated with OAuth (#723)
  • fb30ed9 [Release] Release v0.31.0 (#733)
  • 19fe05c [Fix] Fixed regression introduced in v0.30.0 causing `ValueError: Invalid sem...
  • c3d1db5 [Internal] Escape single quotes in regex matchers (#727)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [databricks-sdk](https://github.com/databricks/databricks-sdk-py) from 0.30.0 to 0.31.1.
- [Release notes](https://github.com/databricks/databricks-sdk-py/releases)
- [Changelog](https://github.com/databricks/databricks-sdk-py/blob/main/CHANGELOG.md)
- [Commits](databricks/databricks-sdk-py@v0.30.0...v0.31.1)

---
updated-dependencies:
- dependency-name: databricks-sdk
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner September 2, 2024 00:09
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 2, 2024
@mvpatel2000 mvpatel2000 merged commit ce0bffe into main Sep 3, 2024
14 checks passed
@mvpatel2000 mvpatel2000 deleted the dependabot/pip/databricks-sdk-0.31.1 branch September 3, 2024 01:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant