Update databricks-sdk requirement from ~=0.17.0 to ~=0.18.0#832
Merged
Conversation
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.17.0...v0.18.0) --- updated-dependencies: - dependency-name: databricks-sdk dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #832 +/- ##
=======================================
Coverage 85.39% 85.39%
=======================================
Files 40 40
Lines 5031 5031
Branches 921 921
=======================================
Hits 4296 4296
Misses 523 523
Partials 212 212 ☔ View full report in Codecov by Sentry. |
nfx
added a commit
that referenced
this pull request
Jan 26, 2024
* Added `databricks labs ucx alias` command to create a view of tables from one schema/catalog in another schema/catalog ([#837](#837)). * Added `databricks labs ucx save-aws-iam-profiles` command to scan instance profiles identify AWS S3 access and save a CSV with permissions ([#817](#817)). * Added total view counts in the assessment dashboard ([#834](#834)). * Cleaned up `assess_jobs` and `assess_clusters` tasks in the `assessment` workflow to improve testing and reduce redundancy.([#825](#825)). * Added documentation for the assessment report ([#806](#806)). * Fixed escaping for SQL object names ([#836](#836)). Dependency updates: * Updated databricks-sdk requirement from ~=0.17.0 to ~=0.18.0 ([#832](#832)).
Merged
nfx
added a commit
that referenced
this pull request
Jan 26, 2024
* Added `databricks labs ucx alias` command to create a view of tables from one schema/catalog in another schema/catalog ([#837](#837)). * Added `databricks labs ucx save-aws-iam-profiles` command to scan instance profiles identify AWS S3 access and save a CSV with permissions ([#817](#817)). * Added total view counts in the assessment dashboard ([#834](#834)). * Cleaned up `assess_jobs` and `assess_clusters` tasks in the `assessment` workflow to improve testing and reduce redundancy.([#825](#825)). * Added documentation for the assessment report ([#806](#806)). * Fixed escaping for SQL object names ([#836](#836)). Dependency updates: * Updated databricks-sdk requirement from ~=0.17.0 to ~=0.18.0 ([#832](#832)).
dmoore247
pushed a commit
that referenced
this pull request
Mar 23, 2024
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.18.0</h2> <p>Bugfixes:</p> <ul> <li>Fix Databricks OAuth M2M on Azure (<a href="https://redirect.github.com/databricks/databricks-sdk-py/pull/513">#513</a>).</li> </ul> <p>Other noteworthy changes:</p> <ul> <li>Use <code>[]</code> instead of <code>None</code> as default list value for deserialising responses (<a href="https://redirect.github.com/databricks/databricks-sdk-py/pull/361">#361</a>).</li> <li>Support dev and staging workspaces (<a href="https://redirect.github.com/databricks/databricks-sdk-py/pull/514">#514</a>).</li> </ul> <p>API Changes:</p> <ul> <li>Added <code>exists()</code> method for <a href="https://databricks-sdk-py.readthedocs.io/en/latest/workspace/tables.html">w.tables</a> workspace-level service.</li> <li>Added <a href="https://databricks-sdk-py.readthedocs.io/en/latest/workspace/lakehouse_monitors.html">w.lakehouse_monitors</a> workspace-level service.</li> <li>Added the following dataclasses: <code>databricks.sdk.service.catalog.CreateMonitor</code>, <code>databricks.sdk.service.catalog.DeleteLakehouseMonitorRequest</code>, <code>databricks.sdk.service.catalog.ExistsRequest</code>, <code>databricks.sdk.service.catalog.GetLakehouseMonitorRequest</code>, <code>databricks.sdk.service.catalog.MonitorCronSchedule</code>, <code>databricks.sdk.service.catalog.MonitorCronSchedulePauseStatus</code>, <code>databricks.sdk.service.catalog.MonitorCustomMetric</code>, <code>databricks.sdk.service.catalog.MonitorCustomMetricType</code>, <code>databricks.sdk.service.catalog.MonitorDataClassificationConfig</code>, <code>databricks.sdk.service.catalog.MonitorDestinations</code>, <code>databricks.sdk.service.catalog.MonitorInferenceLogProfileType</code>,<br /> <code>databricks.sdk.service.catalog.MonitorInferenceLogProfileTypeProblemType</code>, <code>databricks.sdk.service.catalog.MonitorInfo</code>, <code>databricks.sdk.service.catalog.MonitorInfoStatus</code>, <code>databricks.sdk.service.catalog.MonitorNotificationsConfig</code>, <code>databricks.sdk.service.catalog.MonitorTimeSeriesProfileType</code>, <code>databricks.sdk.service.catalog.TableExistsResponse</code> and <code>databricks.sdk.service.catalog.UpdateMonitor</code>.</li> <li>Changed <code>create_obo_token()</code> method for <a href="https://databricks-sdk-py.readthedocs.io/en/latest/workspace/token_management.html">w.token_management</a> workspace-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/workspace/token_management.html">w.token_management</a> workspace-level service to return <code>databricks.sdk.service.settings.GetTokenResponse</code> dataclass.</li> <li>Changed <code>lifetime_seconds</code> field for <code>databricks.sdk.service.settings.CreateOboTokenRequest</code> to no longer be required.</li> <li>Added <code>databricks.sdk.service.settings.GetTokenResponse</code> dataclass.</li> </ul> <p>OpenAPI SHA: e05401ed5dd4974c5333d737ec308a7d451f749f, Date: 2024-01-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.18.0</h2> <p>Bugfixes:</p> <ul> <li>Fix Databricks OAuth M2M on Azure (<a href="https://redirect.github.com/databricks/databricks-sdk-py/pull/513">#513</a>).</li> </ul> <p>Other noteworthy changes:</p> <ul> <li>Use <code>[]</code> instead of <code>None</code> as default list value for deserialising responses (<a href="https://redirect.github.com/databricks/databricks-sdk-py/pull/361">#361</a>).</li> <li>Support dev and staging workspaces (<a href="https://redirect.github.com/databricks/databricks-sdk-py/pull/514">#514</a>).</li> </ul> <p>API Changes:</p> <ul> <li>Added <code>exists()</code> method for <a href="https://databricks-sdk-py.readthedocs.io/en/latest/workspace/tables.html">w.tables</a> workspace-level service.</li> <li>Added <a href="https://databricks-sdk-py.readthedocs.io/en/latest/workspace/lakehouse_monitors.html">w.lakehouse_monitors</a> workspace-level service.</li> <li>Added the following dataclasses: <code>databricks.sdk.service.catalog.CreateMonitor</code>, <code>databricks.sdk.service.catalog.DeleteLakehouseMonitorRequest</code>, <code>databricks.sdk.service.catalog.ExistsRequest</code>, <code>databricks.sdk.service.catalog.GetLakehouseMonitorRequest</code>, <code>databricks.sdk.service.catalog.MonitorCronSchedule</code>, <code>databricks.sdk.service.catalog.MonitorCronSchedulePauseStatus</code>, <code>databricks.sdk.service.catalog.MonitorCustomMetric</code>, <code>databricks.sdk.service.catalog.MonitorCustomMetricType</code>, <code>databricks.sdk.service.catalog.MonitorDataClassificationConfig</code>, <code>databricks.sdk.service.catalog.MonitorDestinations</code>, <code>databricks.sdk.service.catalog.MonitorInferenceLogProfileType</code>, <code>databricks.sdk.service.catalog.MonitorInferenceLogProfileTypeProblemType</code>, <code>databricks.sdk.service.catalog.MonitorInfo</code>, <code>databricks.sdk.service.catalog.MonitorInfoStatus</code>, <code>databricks.sdk.service.catalog.MonitorNotificationsConfig</code>, <code>databricks.sdk.service.catalog.MonitorTimeSeriesProfileType</code>, <code>databricks.sdk.service.catalog.TableExistsResponse</code> and <code>databricks.sdk.service.catalog.UpdateMonitor</code>.</li> <li>Changed <code>create_obo_token()</code> method for <a href="https://databricks-sdk-py.readthedocs.io/en/latest/workspace/token_management.html">w.token_management</a> workspace-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/workspace/token_management.html">w.token_management</a> workspace-level service to return <code>databricks.sdk.service.settings.GetTokenResponse</code> dataclass.</li> <li>Changed <code>lifetime_seconds</code> field for <code>databricks.sdk.service.settings.CreateOboTokenRequest</code> to no longer be required.</li> <li>Added <code>databricks.sdk.service.settings.GetTokenResponse</code> dataclass.</li> </ul> <p>OpenAPI SHA: e05401ed5dd4974c5333d737ec308a7d451f749f, Date: 2024-01-23</p> <h2>0.17.0</h2> <ul> <li>Use covariant type for <code>@Retried(on=[...])</code> (<a href="https://redirect.github.com/databricks/databricks-sdk-py/pull/486">#486</a>).</li> <li>Configure request timeout using existing parameter from Config (<a href="https://redirect.github.com/databricks/databricks-sdk-py/pull/489">#489</a>).</li> <li>Make contents of <code>__init__.py</code> equal across projects (<a href="https://redirect.github.com/databricks/databricks-sdk-py/pull/488">#488</a>).</li> <li>Update SDK to Latest OpenAPI Specification (<a href="https://redirect.github.com/databricks/databricks-sdk-py/pull/501">#501</a>).</li> </ul> <p>Note: This release contains breaking changes, please see below for more details.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/databricks/databricks-sdk-py/commit/e37de2c789842c1f3a4063eed723a1f9365356e4"><code>e37de2c</code></a> Release v0.18.0 (<a href="https://redirect.github.com/databricks/databricks-sdk-py/issues/515">#515</a>)</li> <li><a href="https://github.com/databricks/databricks-sdk-py/commit/f0b23a5a08a68731edcf731a5e865e4b807236c4"><code>f0b23a5</code></a> Support dev and staging workspaces (<a href="https://redirect.github.com/databricks/databricks-sdk-py/issues/514">#514</a>)</li> <li><a href="https://github.com/databricks/databricks-sdk-py/commit/26d9eaa8c3f6e6430736035963c978bb4c9c8e09"><code>26d9eaa</code></a> Fix Databricks OAuth M2M on Azure (<a href="https://redirect.github.com/databricks/databricks-sdk-py/issues/513">#513</a>)</li> <li><a href="https://github.com/databricks/databricks-sdk-py/commit/b69895ffd8244cc4594d47521cd93bd1ddaa9125"><code>b69895f</code></a> Use <code>[]</code> instead of <code>None</code> as default list value for deserialising responses ...</li> <li>See full diff in <a href="https://github.com/databricks/databricks-sdk-py/compare/v0.17.0...v0.18.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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dmoore247
pushed a commit
that referenced
this pull request
Mar 23, 2024
* Added `databricks labs ucx alias` command to create a view of tables from one schema/catalog in another schema/catalog ([#837](#837)). * Added `databricks labs ucx save-aws-iam-profiles` command to scan instance profiles identify AWS S3 access and save a CSV with permissions ([#817](#817)). * Added total view counts in the assessment dashboard ([#834](#834)). * Cleaned up `assess_jobs` and `assess_clusters` tasks in the `assessment` workflow to improve testing and reduce redundancy.([#825](#825)). * Added documentation for the assessment report ([#806](#806)). * Fixed escaping for SQL object names ([#836](#836)). Dependency updates: * Updated databricks-sdk requirement from ~=0.17.0 to ~=0.18.0 ([#832](#832)).
This file contains hidden or 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
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
e37de2cRelease v0.18.0 (#515)f0b23a5Support dev and staging workspaces (#514)26d9eaaFix Databricks OAuth M2M on Azure (#513)b69895fUse[]instead ofNoneas default list value for deserialising responses ...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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)