Skip to content

Update databricks-sdk requirement from ~=0.17.0 to ~=0.18.0#832

Merged
nfx merged 1 commit intomainfrom
dependabot/pip/databricks-sdk-approx-eq-0.18.0
Jan 23, 2024
Merged

Update databricks-sdk requirement from ~=0.17.0 to ~=0.18.0#832
nfx merged 1 commit intomainfrom
dependabot/pip/databricks-sdk-approx-eq-0.18.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jan 23, 2024

Updates the requirements on databricks-sdk to permit the latest version.

Release notes

Sourced from databricks-sdk's releases.

v0.18.0

Bugfixes:

  • Fix Databricks OAuth M2M on Azure (#513).

Other noteworthy changes:

  • Use [] instead of None as default list value for deserialising responses (#361).
  • Support dev and staging workspaces (#514).

API Changes:

  • Added exists() method for w.tables workspace-level service.
  • Added w.lakehouse_monitors workspace-level service.
  • Added the following dataclasses: databricks.sdk.service.catalog.CreateMonitor, databricks.sdk.service.catalog.DeleteLakehouseMonitorRequest, databricks.sdk.service.catalog.ExistsRequest, databricks.sdk.service.catalog.GetLakehouseMonitorRequest, databricks.sdk.service.catalog.MonitorCronSchedule, databricks.sdk.service.catalog.MonitorCronSchedulePauseStatus, databricks.sdk.service.catalog.MonitorCustomMetric, databricks.sdk.service.catalog.MonitorCustomMetricType, databricks.sdk.service.catalog.MonitorDataClassificationConfig, databricks.sdk.service.catalog.MonitorDestinations, databricks.sdk.service.catalog.MonitorInferenceLogProfileType,
    databricks.sdk.service.catalog.MonitorInferenceLogProfileTypeProblemType, databricks.sdk.service.catalog.MonitorInfo, databricks.sdk.service.catalog.MonitorInfoStatus, databricks.sdk.service.catalog.MonitorNotificationsConfig, databricks.sdk.service.catalog.MonitorTimeSeriesProfileType, databricks.sdk.service.catalog.TableExistsResponse and databricks.sdk.service.catalog.UpdateMonitor.
  • Changed create_obo_token() method for w.token_management workspace-level service with new required argument order.
  • Changed get() method for w.token_management workspace-level service to return databricks.sdk.service.settings.GetTokenResponse dataclass.
  • Changed lifetime_seconds field for databricks.sdk.service.settings.CreateOboTokenRequest to no longer be required.
  • Added databricks.sdk.service.settings.GetTokenResponse dataclass.

OpenAPI SHA: e05401ed5dd4974c5333d737ec308a7d451f749f, Date: 2024-01-23

Changelog

Sourced from databricks-sdk's changelog.

0.18.0

Bugfixes:

  • Fix Databricks OAuth M2M on Azure (#513).

Other noteworthy changes:

  • Use [] instead of None as default list value for deserialising responses (#361).
  • Support dev and staging workspaces (#514).

API Changes:

  • Added exists() method for w.tables workspace-level service.
  • Added w.lakehouse_monitors workspace-level service.
  • Added the following dataclasses: databricks.sdk.service.catalog.CreateMonitor, databricks.sdk.service.catalog.DeleteLakehouseMonitorRequest, databricks.sdk.service.catalog.ExistsRequest, databricks.sdk.service.catalog.GetLakehouseMonitorRequest, databricks.sdk.service.catalog.MonitorCronSchedule, databricks.sdk.service.catalog.MonitorCronSchedulePauseStatus, databricks.sdk.service.catalog.MonitorCustomMetric, databricks.sdk.service.catalog.MonitorCustomMetricType, databricks.sdk.service.catalog.MonitorDataClassificationConfig, databricks.sdk.service.catalog.MonitorDestinations, databricks.sdk.service.catalog.MonitorInferenceLogProfileType, databricks.sdk.service.catalog.MonitorInferenceLogProfileTypeProblemType, databricks.sdk.service.catalog.MonitorInfo, databricks.sdk.service.catalog.MonitorInfoStatus, databricks.sdk.service.catalog.MonitorNotificationsConfig, databricks.sdk.service.catalog.MonitorTimeSeriesProfileType, databricks.sdk.service.catalog.TableExistsResponse and databricks.sdk.service.catalog.UpdateMonitor.
  • Changed create_obo_token() method for w.token_management workspace-level service with new required argument order.
  • Changed get() method for w.token_management workspace-level service to return databricks.sdk.service.settings.GetTokenResponse dataclass.
  • Changed lifetime_seconds field for databricks.sdk.service.settings.CreateOboTokenRequest to no longer be required.
  • Added databricks.sdk.service.settings.GetTokenResponse dataclass.

OpenAPI SHA: e05401ed5dd4974c5333d737ec308a7d451f749f, Date: 2024-01-23

0.17.0

  • Use covariant type for @retried(on=[...]) (#486).
  • Configure request timeout using existing parameter from Config (#489).
  • Make contents of __init__.py equal across projects (#488).
  • Update SDK to Latest OpenAPI Specification (#501).

Note: This release contains breaking changes, please see below for more details.

... (truncated)

Commits

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)

@dependabot dependabot bot requested a review from a team January 23, 2024 15:23
@dependabot dependabot bot requested a review from renardeinside January 23, 2024 15:23
@codecov
Copy link
Copy Markdown

codecov bot commented Jan 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (e36db5f) 85.39% compared to head (694810a) 85.39%.

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.
📢 Have feedback on the report? Share it here.

@nfx nfx merged commit 5ce9ee4 into main Jan 23, 2024
@nfx nfx deleted the dependabot/pip/databricks-sdk-approx-eq-0.18.0 branch January 23, 2024 16:49
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)).
@nfx nfx mentioned this pull request Jan 26, 2024
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)).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant