-
Notifications
You must be signed in to change notification settings - Fork 36
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
sundarshankar89
merged 1 commit into
main
from
dependabot/pip/databricks-sdk-approx-eq-0.18.0
Jan 25, 2024
Merged
Update databricks-sdk requirement from ~=0.17.0 to ~=0.18.0 #90
sundarshankar89
merged 1 commit into
main
from
dependabot/pip/databricks-sdk-approx-eq-0.18.0
Jan 25, 2024
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.17.0...v0.18.0) --- updated-dependencies: - dependency-name: databricks-sdk dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
sundarshankar89
approved these changes
Jan 25, 2024
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)).
Closed
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)).
Merged
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
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
e37de2c
Release v0.18.0 (#515)f0b23a5
Support dev and staging workspaces (#514)26d9eaa
Fix Databricks OAuth M2M on Azure (#513)b69895f
Use[]
instead ofNone
as 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 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)