-
Notifications
You must be signed in to change notification settings - Fork 80
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
Update databricks-sdk requirement from ~=0.11.0 to ~=0.12.0 #505
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
Updates the requirements on [databricks-sdk](https://github.com/databricks/databricks-sdk-py) to permit the latest version. - [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.11.0...v0.12.0) --- updated-dependencies: - dependency-name: databricks-sdk dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Oct 25, 2023
Codecov Report
@@ Coverage Diff @@
## main #505 +/- ##
=======================================
Coverage 80.30% 80.30%
=======================================
Files 31 31
Lines 3219 3219
Branches 617 617
=======================================
Hits 2585 2585
Misses 489 489
Partials 145 145 |
FastLee
pushed a commit
that referenced
this pull request
Oct 25, 2023
Updates the requirements on [databricks-sdk](https://github.com/databricks/databricks-sdk-py) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/databricks/databricks-sdk-py/releases">databricks-sdk's releases</a>.</em></p> <blockquote> <h2>v0.12.0</h2> <ul> <li>Retry on all 429 and 503, even when missing Retry-After header (<a href="https://redirect.github.com/databricks/databricks-sdk-py/pull/402">#402</a>).</li> <li>Add support for tokenless authentication for GitHub Actions configured with OpenID Connect with Azure User Managed Identity (or Service Principal) (<a href="https://redirect.github.com/databricks/databricks-sdk-py/pull/385">#385</a>).</li> <li>Reduce redundant warning messages in azure-cli credential provider (<a href="https://redirect.github.com/databricks/databricks-sdk-py/pull/410">#410</a>).</li> </ul> <p>API Changes:</p> <ul> <li>Added <code>attributes</code>, <code>count</code>, <code>excluded_attributes</code>, <code>filter</code>, <code>sort_by</code>, <code>sort_order</code>, and <code>start_index</code> fields for <code>databricks.sdk.service.iam.GetAccountUserRequest</code> and <code>databricks.sdk.service.iam.GetUserRequest</code>.</li> <li>Added <code>schemas</code> field for <code>databricks.sdk.service.iam.Group</code>, <code>databricks.sdk.service.iam.ListGroupsResponse</code>, <code>databricks.sdk.service.iam.ListServicePrincipalResponse</code>, <code>databricks.sdk.service.iam.ListUsersResponse</code>, <code>databricks.sdk.service.iam.ServicePrincipal</code>, and <code>databricks.sdk.service.iam.User</code>.</li> <li>Added <code>databricks.sdk.service.iam.GetSortOrder</code>, <code>databricks.sdk.service.iam.GroupSchema</code>, <code>databricks.sdk.service.iam.ListResponseSchema</code>, <code>databricks.sdk.service.iam.ServicePrincipalSchema</code>, and <code>databricks.sdk.service.iam.UserSchema</code> dataclasses.</li> <li>Added <code>webhook_notifications</code> field for <code>databricks.sdk.service.jobs.SubmitTask</code>.</li> <li>Added <a href="https://databricks-sdk-py.readthedocs.io/en/latest/workspace/apps.html">w.apps</a> workspace-level service and related dataclasses</li> <li>Added <a href="https://databricks-sdk-py.readthedocs.io/en/latest/account/account_network_policy.html">a.account_network_policy</a> account-level service and related dataclasses.</li> </ul> <p>OpenAPI SHA: 5903bb39137fd76ac384b2044e425f9c56840e00, Date: 2023-10-23</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/databricks/databricks-sdk-py/blob/main/CHANGELOG.md">databricks-sdk's changelog</a>.</em></p> <blockquote> <h2>0.12.0</h2> <ul> <li>Retry on all 429 and 503, even when missing Retry-After header (<a href="https://redirect.github.com/databricks/databricks-sdk-py/pull/402">#402</a>).</li> <li>Add support for tokenless authentication for GitHub Actions configured with OpenID Connect with Azure User Managed Identity (or Service Principal) (<a href="https://redirect.github.com/databricks/databricks-sdk-py/pull/385">#385</a>).</li> <li>Reduce redundant warning messages in azure-cli credential provider (<a href="https://redirect.github.com/databricks/databricks-sdk-py/pull/410">#410</a>).</li> </ul> <p>API Changes:</p> <ul> <li>Added <code>attributes</code>, <code>count</code>, <code>excluded_attributes</code>, <code>filter</code>, <code>sort_by</code>, <code>sort_order</code>, and <code>start_index</code> fields for <code>databricks.sdk.service.iam.GetAccountUserRequest</code> and <code>databricks.sdk.service.iam.GetUserRequest</code>.</li> <li>Added <code>schemas</code> field for <code>databricks.sdk.service.iam.Group</code>, <code>databricks.sdk.service.iam.ListGroupsResponse</code>, <code>databricks.sdk.service.iam.ListServicePrincipalResponse</code>, <code>databricks.sdk.service.iam.ListUsersResponse</code>, <code>databricks.sdk.service.iam.ServicePrincipal</code>, and <code>databricks.sdk.service.iam.User</code>.</li> <li>Added <code>databricks.sdk.service.iam.GetSortOrder</code>, <code>databricks.sdk.service.iam.GroupSchema</code>, <code>databricks.sdk.service.iam.ListResponseSchema</code>, <code>databricks.sdk.service.iam.ServicePrincipalSchema</code>, and <code>databricks.sdk.service.iam.UserSchema</code> dataclasses.</li> <li>Added <code>webhook_notifications</code> field for <code>databricks.sdk.service.jobs.SubmitTask</code>.</li> <li>Added <a href="https://databricks-sdk-py.readthedocs.io/en/latest/workspace/apps.html">w.apps</a> workspace-level service and related dataclasses</li> <li>Added <a href="https://databricks-sdk-py.readthedocs.io/en/latest/account/account_network_policy.html">a.account_network_policy</a> account-level service and related dataclasses.</li> </ul> <p>OpenAPI SHA: 5903bb39137fd76ac384b2044e425f9c56840e00, Date: 2023-10-23</p> <h2>0.11.0</h2> <ul> <li>Added Python 3.12 to project classifiers (<a href="https://redirect.github.com/databricks/databricks-sdk-py/pull/381">#381</a>).</li> <li>Fix serialization issues for generated resources (<a href="https://redirect.github.com/databricks/databricks-sdk-py/pull/382">#382</a>).</li> <li>Fix select spark version in staging (<a href="https://redirect.github.com/databricks/databricks-sdk-py/pull/388">#388</a>).</li> <li>Adjust token expiry window to 40 seconds because of Azure (<a href="https://redirect.github.com/databricks/databricks-sdk-py/pull/392">#392</a>).</li> <li>Add retries on <code>RPC token bucket limit has been exceeded</code> (<a href="https://redirect.github.com/databricks/databricks-sdk-py/pull/395">#395</a>).</li> <li>Regenerate to fix template drift (<a href="https://redirect.github.com/databricks/databricks-sdk-py/pull/398">#398</a>).</li> <li>Update OpenAPI spec to 12 Oct 2023 (<a href="https://redirect.github.com/databricks/databricks-sdk-py/pull/399">#399</a>).</li> </ul> <p>Internal:</p> <ul> <li>GitHub OIDC publishing (<a href="https://redirect.github.com/databricks/databricks-sdk-py/pull/386">#386</a>).</li> <li>Move Release Pipeline to OIDC (<a href="https://redirect.github.com/databricks/databricks-sdk-py/pull/387">#387</a>).</li> </ul> <p>API Changes:</p> <ul> <li>Changed <code>download()</code> method for <a href="https://databricks-sdk-py.readthedocs.io/en/latest/account/billable_usage.html">a.billable_usage</a> account-level service to start returning <code>databricks.sdk.service.billing.DownloadResponse</code> dataclass.</li> <li>Added <code>databricks.sdk.service.billing.DownloadResponse</code> dataclass.</li> <li>Changed <code>delete()</code> method for <a href="https://databricks-sdk-py.readthedocs.io/en/latest/account/account_storage_credentials.html">a.account_storage_credentials</a> account-level service with new required argument order.</li> <li>Changed <code>get()</code> method for <a href="https://databricks-sdk-py.readthedocs.io/en/latest/account/account_storage_credentials.html">a.account_storage_credentials</a> account-level service with new required argument order.</li> <li>Changed <code>update()</code> method for <a href="https://databricks-sdk-py.readthedocs.io/en/latest/account/account_storage_credentials.html">a.account_storage_credentials</a> account-level service with new required argument order.</li> <li>Added <code>get_bindings()</code> method for <a href="https://databricks-sdk-py.readthedocs.io/en/latest/workspace/workspace_bindings.html">w.workspace_bindings</a> workspace-level service.</li> <li>Added <code>update_bindings()</code> method for <a href="https://databricks-sdk-py.readthedocs.io/en/latest/workspace/workspace_bindings.html">w.workspace_bindings</a> workspace-level service.</li> <li>Removed <code>name</code> field for <code>databricks.sdk.service.catalog.AccountsUpdateStorageCredential</code>.</li> <li>Added <code>storage_credential_name</code> field for <code>databricks.sdk.service.catalog.AccountsUpdateStorageCredential</code>.</li> <li>Removed <code>name</code> field for <code>databricks.sdk.service.catalog.DeleteAccountStorageCredentialRequest</code>.</li> <li>Added <code>storage_credential_name</code> field for <code>databricks.sdk.service.catalog.DeleteAccountStorageCredentialRequest</code>.</li> <li>Removed <code>name</code> field for <code>databricks.sdk.service.catalog.GetAccountStorageCredentialRequest</code>.</li> <li>Added <code>storage_credential_name</code> field for <code>databricks.sdk.service.catalog.GetAccountStorageCredentialRequest</code>.</li> <li>Added <code>owner</code> field for <code>databricks.sdk.service.catalog.UpdateConnection</code>.</li> <li>Added <code>databricks.sdk.service.catalog.GetBindingsRequest</code> dataclass.</li> <li>Added <code>databricks.sdk.service.catalog.UpdateWorkspaceBindingsParameters</code> dataclass.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/databricks/databricks-sdk-py/commit/5b68d71578e3b35200983dc9b31fd186d424388a"><code>5b68d71</code></a> Release v0.12.0 (<a href="https://redirect.github.com/databricks/databricks-sdk-py/issues/412">#412</a>)</li> <li><a href="https://github.com/databricks/databricks-sdk-py/commit/f29ad4a5d98b4f7bdbcad037207bf64621d589ad"><code>f29ad4a</code></a> Reduce redundant warning messages in azure-cli credential provider (<a href="https://redirect.github.com/databricks/databricks-sdk-py/issues/410">#410</a>)</li> <li><a href="https://github.com/databricks/databricks-sdk-py/commit/d4c160f0a3e62b2f156d440dcfe4ab7633b83765"><code>d4c160f</code></a> Add support for tokenless authentication for GitHub Actions configured with O...</li> <li><a href="https://github.com/databricks/databricks-sdk-py/commit/8ee6ff32c2f98eb755308562deffbfd9960d449c"><code>8ee6ff3</code></a> Retry on all 429 and 503, even when missing Retry-After header (<a href="https://redirect.github.com/databricks/databricks-sdk-py/issues/402">#402</a>)</li> <li>See full diff in <a href="https://github.com/databricks/databricks-sdk-py/compare/v0.11.0...v0.12.0">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
nfx
added a commit
that referenced
this pull request
Nov 17, 2023
**Breaking changes** (existing installations need to reinstall UCX and re-run assessment jobs) * Switched local group migration component to rename groups instead of creating backup groups ([#450](#450)). * Mitigate permissions loss in Table ACLs by folding grants belonging to the same principal, object id and object type together ([#512](#512)). **New features** * Added support for the experimental Databricks CLI launcher ([#517](#517)). * Added support for external Hive Metastores including AWS Glue ([#400](#400)). * Added more views to assessment dashboard ([#474](#474)). * Added rate limit for creating backup group to increase stability ([#500](#500)). * Added deduplication for mount point list ([#569](#569)). * Added documentation to describe interaction with external Hive Metastores ([#473](#473)). * Added failure injection for job failure message propagation ([#591](#591)). * Added uniqueness in the new warehouse name to avoid conflicts on installation ([#542](#542)). * Added a global init script to collect Hive Metastore lineage ([#513](#513)). * Added retry set/update permissions when possible and assess the changes in the workspace ([#519](#519)). * Use `~/.ucx/state.json` to store the state of both dashboards and jobs ([#561](#561)). **Bug fixes** * Fixed handling for `OWN` table permissions ([#571](#571)). * Fixed handling of keys with and without values. ([#514](#514)). * Fixed integration test failures related to concurrent group delete ([#584](#584)). * Fixed issue with workspace listing process on None type `object_type` ([#481](#481)). * Fixed missing group entitlement migration bug ([#583](#583)). * Fixed entitlement application for account-level groups ([#529](#529)). * Fixed assessment throwing an error when the owner of an object is empty ([#485](#485)). * Fixed installer to migrate between different configuration file versions ([#596](#596)). * Fixed cluster policy crawler to be aware of deleted policies ([#486](#486)). * Improved error message for not null constraints violated ([#532](#532)). * Improved integration test resiliency ([#597](#597), [#594](#594), [#586](#586)). * Introduced Safer access to workspace objects' properties. ([#530](#530)). * Mitigated permissions loss in Table ACLs by running appliers with single thread ([#518](#518)). * Running apply permission task before assessment should display message ([#487](#487)). * Split integration tests from blocking the merge queue ([#496](#496)). * Support more than one dashboard per step ([#472](#472)). * Update databricks-sdk requirement from ~=0.11.0 to ~=0.12.0 ([#505](#505)). * Update databricks-sdk requirement from ~=0.12.0 to ~=0.13.0 ([#575](#575)).
Merged
nfx
added a commit
that referenced
this pull request
Nov 17, 2023
**Breaking changes** (existing installations need to reinstall UCX and re-run assessment jobs) * Switched local group migration component to rename groups instead of creating backup groups ([#450](#450)). * Mitigate permissions loss in Table ACLs by folding grants belonging to the same principal, object id and object type together ([#512](#512)). **New features** * Added support for the experimental Databricks CLI launcher ([#517](#517)). * Added support for external Hive Metastores including AWS Glue ([#400](#400)). * Added more views to assessment dashboard ([#474](#474)). * Added rate limit for creating backup group to increase stability ([#500](#500)). * Added deduplication for mount point list ([#569](#569)). * Added documentation to describe interaction with external Hive Metastores ([#473](#473)). * Added failure injection for job failure message propagation ([#591](#591)). * Added uniqueness in the new warehouse name to avoid conflicts on installation ([#542](#542)). * Added a global init script to collect Hive Metastore lineage ([#513](#513)). * Added retry set/update permissions when possible and assess the changes in the workspace ([#519](#519)). * Use `~/.ucx/state.json` to store the state of both dashboards and jobs ([#561](#561)). **Bug fixes** * Fixed handling for `OWN` table permissions ([#571](#571)). * Fixed handling of keys with and without values. ([#514](#514)). * Fixed integration test failures related to concurrent group delete ([#584](#584)). * Fixed issue with workspace listing process on None type `object_type` ([#481](#481)). * Fixed missing group entitlement migration bug ([#583](#583)). * Fixed entitlement application for account-level groups ([#529](#529)). * Fixed assessment throwing an error when the owner of an object is empty ([#485](#485)). * Fixed installer to migrate between different configuration file versions ([#596](#596)). * Fixed cluster policy crawler to be aware of deleted policies ([#486](#486)). * Improved error message for not null constraints violated ([#532](#532)). * Improved integration test resiliency ([#597](#597), [#594](#594), [#586](#586)). * Introduced Safer access to workspace objects' properties. ([#530](#530)). * Mitigated permissions loss in Table ACLs by running appliers with single thread ([#518](#518)). * Running apply permission task before assessment should display message ([#487](#487)). * Split integration tests from blocking the merge queue ([#496](#496)). * Support more than one dashboard per step ([#472](#472)). * Update databricks-sdk requirement from ~=0.11.0 to ~=0.12.0 ([#505](#505)). * Update databricks-sdk requirement from ~=0.12.0 to ~=0.13.0 ([#575](#575)).
pritishpai
pushed a commit
that referenced
this pull request
Nov 21, 2023
**Breaking changes** (existing installations need to reinstall UCX and re-run assessment jobs) * Switched local group migration component to rename groups instead of creating backup groups ([#450](#450)). * Mitigate permissions loss in Table ACLs by folding grants belonging to the same principal, object id and object type together ([#512](#512)). **New features** * Added support for the experimental Databricks CLI launcher ([#517](#517)). * Added support for external Hive Metastores including AWS Glue ([#400](#400)). * Added more views to assessment dashboard ([#474](#474)). * Added rate limit for creating backup group to increase stability ([#500](#500)). * Added deduplication for mount point list ([#569](#569)). * Added documentation to describe interaction with external Hive Metastores ([#473](#473)). * Added failure injection for job failure message propagation ([#591](#591)). * Added uniqueness in the new warehouse name to avoid conflicts on installation ([#542](#542)). * Added a global init script to collect Hive Metastore lineage ([#513](#513)). * Added retry set/update permissions when possible and assess the changes in the workspace ([#519](#519)). * Use `~/.ucx/state.json` to store the state of both dashboards and jobs ([#561](#561)). **Bug fixes** * Fixed handling for `OWN` table permissions ([#571](#571)). * Fixed handling of keys with and without values. ([#514](#514)). * Fixed integration test failures related to concurrent group delete ([#584](#584)). * Fixed issue with workspace listing process on None type `object_type` ([#481](#481)). * Fixed missing group entitlement migration bug ([#583](#583)). * Fixed entitlement application for account-level groups ([#529](#529)). * Fixed assessment throwing an error when the owner of an object is empty ([#485](#485)). * Fixed installer to migrate between different configuration file versions ([#596](#596)). * Fixed cluster policy crawler to be aware of deleted policies ([#486](#486)). * Improved error message for not null constraints violated ([#532](#532)). * Improved integration test resiliency ([#597](#597), [#594](#594), [#586](#586)). * Introduced Safer access to workspace objects' properties. ([#530](#530)). * Mitigated permissions loss in Table ACLs by running appliers with single thread ([#518](#518)). * Running apply permission task before assessment should display message ([#487](#487)). * Split integration tests from blocking the merge queue ([#496](#496)). * Support more than one dashboard per step ([#472](#472)). * Update databricks-sdk requirement from ~=0.11.0 to ~=0.12.0 ([#505](#505)). * Update databricks-sdk requirement from ~=0.12.0 to ~=0.13.0 ([#575](#575)).
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.
Updates the requirements on databricks-sdk to permit the latest version.
Release notes
Sourced from databricks-sdk's releases.
Changelog
Sourced from databricks-sdk's changelog.
... (truncated)
Commits
5b68d71
Release v0.12.0 (#412)f29ad4a
Reduce redundant warning messages in azure-cli credential provider (#410)d4c160f
Add support for tokenless authentication for GitHub Actions configured with O...8ee6ff3
Retry on all 429 and 503, even when missing Retry-After header (#402)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)