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

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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 25, 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)

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]>
@dependabot dependabot bot requested a review from a team as a code owner January 25, 2024 10:04
@dependabot dependabot bot requested a review from vijaypavann-db January 25, 2024 10:04
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 25, 2024
@sundarshankar89 sundarshankar89 added this pull request to the merge queue Jan 25, 2024
Merged via the queue into main with commit bbd1657 Jan 25, 2024
3 checks passed
@sundarshankar89 sundarshankar89 deleted the dependabot/pip/databricks-sdk-approx-eq-0.18.0 branch January 25, 2024 11:52
nfx added a commit that referenced this pull request Jan 30, 2024
* Added custom Databricks dialect test cases and lateral struct parsing ([#77](#77)).
* Extended Snowflake to Databricks functions coverage ([#72](#72), [#69](#69)).
* Added `databricks labs remorph transpile` documentation for installation and usage ([#73](#73)).

Dependency updates:

 * Bump sqlglot from 20.8.0 to 20.9.0 ([#83](#83)).
 * Updated databricks-sdk requirement from ~=0.17.0 to ~=0.18.0 ([#90](#90)).
 * Bump sqlglot from 20.9.0 to 20.10.0 ([#91](#91)).
nfx added a commit that referenced this pull request Jan 30, 2024
* Added baseline for Databricks CLI frontend ([#60](#60)).
* Added custom Databricks dialect test cases and lateral struct parsing ([#77](#77)).
* Extended Snowflake to Databricks functions coverage ([#72](#72), [#69](#69)).
* Added `databricks labs remorph transpile` documentation for installation and usage ([#73](#73)).

Dependency updates:

 * Bump sqlglot from 20.8.0 to 20.9.0 ([#83](#83)).
 * Updated databricks-sdk requirement from ~=0.17.0 to ~=0.18.0 ([#90](#90)).
 * Bump sqlglot from 20.9.0 to 20.10.0 ([#91](#91)).
@nfx nfx mentioned this pull request Jan 30, 2024
nfx added a commit that referenced this pull request Jan 30, 2024
* Added baseline for Databricks CLI frontend ([#60](#60)).
* Added custom Databricks dialect test cases and lateral struct parsing ([#77](#77)).
* Extended Snowflake to Databricks functions coverage ([#72](#72), [#69](#69)).
* Added `databricks labs remorph transpile` documentation for installation and usage ([#73](#73)).

Dependency updates:

 * Bump sqlglot from 20.8.0 to 20.9.0 ([#83](#83)).
 * Updated databricks-sdk requirement from ~=0.17.0 to ~=0.18.0 ([#90](#90)).
 * Bump sqlglot from 20.9.0 to 20.10.0 ([#91](#91)).
@nfx nfx mentioned this pull request Jan 30, 2024
sundarshankar89 pushed a commit that referenced this pull request Jan 30, 2024
* Added baseline for Databricks CLI frontend
([#60](#60)).
* Added custom Databricks dialect test cases and lateral struct parsing
([#77](#77)).
* Extended Snowflake to Databricks functions coverage
([#72](#72),
[#69](#69)).
* Added `databricks labs remorph transpile` documentation for
installation and usage
([#73](#73)).

Dependency updates:

* Bump sqlglot from 20.8.0 to 20.9.0
([#83](#83)).
* Updated databricks-sdk requirement from ~=0.17.0 to ~=0.18.0
([#90](#90)).
* Bump sqlglot from 20.9.0 to 20.10.0
([#91](#91)).
sundarshankar89 pushed a commit to sundarshankar89/remorph that referenced this pull request Jan 2, 2025
…kslabs#90)

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>
sundarshankar89 pushed a commit to sundarshankar89/remorph that referenced this pull request Jan 3, 2025
…kslabs#90)

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>
sundarshankar89 pushed a commit to sundarshankar89/remorph that referenced this pull request Jan 3, 2025
* Added baseline for Databricks CLI frontend
([databrickslabs#60](databrickslabs#60)).
* Added custom Databricks dialect test cases and lateral struct parsing
([databrickslabs#77](databrickslabs#77)).
* Extended Snowflake to Databricks functions coverage
([databrickslabs#72](databrickslabs#72),
[databrickslabs#69](databrickslabs#69)).
* Added `databricks labs remorph transpile` documentation for
installation and usage
([databrickslabs#73](databrickslabs#73)).

Dependency updates:

* Bump sqlglot from 20.8.0 to 20.9.0
([databrickslabs#83](databrickslabs#83)).
* Updated databricks-sdk requirement from ~=0.17.0 to ~=0.18.0
([databrickslabs#90](databrickslabs#90)).
* Bump sqlglot from 20.9.0 to 20.10.0
([databrickslabs#91](databrickslabs#91)).
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