-
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.20,>=0.18 to >=0.18,<0.21 #143
Merged
sundarshankar89
merged 1 commit into
main
from
dependabot/pip/databricks-sdk-gte-0.18-and-lt-0.21
Feb 20, 2024
Merged
Update databricks-sdk requirement from <0.20,>=0.18 to >=0.18,<0.21 #143
sundarshankar89
merged 1 commit into
main
from
dependabot/pip/databricks-sdk-gte-0.18-and-lt-0.21
Feb 20, 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.18.0...v0.20.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 #143 +/- ##
=======================================
Coverage 92.44% 92.44%
=======================================
Files 14 14
Lines 940 940
Branches 166 166
=======================================
Hits 869 869
Misses 45 45
Partials 26 26 ☔ View full report in Codecov by Sentry. |
sundarshankar89
approved these changes
Feb 20, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
sundarshankar89
added a commit
that referenced
this pull request
Feb 29, 2024
* Added conversion logic for Try_to_Decimal without format ([#142](#142)). * Identify Root Table for folder containing SQLs ([#124](#124)). * Install Script ([#106](#106)). * Integration Test Suite ([#145](#145)). Dependency updates: * Updated databricks-sdk requirement from <0.20,>=0.18 to >=0.18,<0.21 ([#143](#143)). * Bump sqlglot from 21.0.0 to 21.1.2 ([#137](#137)). * Bump sqlglot from 21.1.2 to 21.2.0 ([#147](#147)). * Bump sqlglot from 21.2.0 to 21.2.1 ([#148](#148)).
Merged
github-merge-queue bot
pushed a commit
that referenced
this pull request
Feb 29, 2024
* Added conversion logic for Try_to_Decimal without format ([#142](#142)). * Identify Root Table for folder containing SQLs ([#124](#124)). * Install Script ([#106](#106)). * Integration Test Suite ([#145](#145)). Dependency updates: * Updated databricks-sdk requirement from <0.20,>=0.18 to >=0.18,<0.21 ([#143](#143)). * Bump sqlglot from 21.0.0 to 21.1.2 ([#137](#137)). * Bump sqlglot from 21.1.2 to 21.2.0 ([#147](#147)). * Bump sqlglot from 21.2.0 to 21.2.1 ([#148](#148)).
sundarshankar89
pushed a commit
to sundarshankar89/remorph
that referenced
this pull request
Jan 2, 2025
…atabrickslabs#143) 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.20.0</h2> <p>Major Changes:</p> <ul> <li>Updated behaviour for raw parameter in <code>ApiClient.do()</code> method. The raw data is not returned directly anymore, but as part of a dict with the <code>contents</code> key. This dict will also contain response headers if returned by the API.</li> </ul> <p>Internal Changes:</p> <ul> <li>Add get_workspace_id to docgen blocklist (<a href="https://redirect.github.com/databricks/databricks-sdk-py/pull/549">#549</a>).</li> <li>Support HEAD operation and response Headers (<a href="https://redirect.github.com/databricks/databricks-sdk-py/pull/547">#547</a>).</li> </ul> <p>API Changes:</p> <ul> <li>Changed <code>delete()</code>, <code>get()</code> and <code>update()</code> methods for <a href="https://databricks-sdk-py.readthedocs.io/en/latest/workspace/connections.html">w.connections</a> workspace-level service with new required argument order.</li> <li>Changed <code>update()</code> method for <a href="https://databricks-sdk-py.readthedocs.io/en/latest/workspace/lakehouse_monitors.html">w.lakehouse_monitors</a> workspace-level service with new required argument order.</li> <li>Changed <code>delete()</code>, <code>get()</code> and <code>update()</code> methods for <a href="https://databricks-sdk-py.readthedocs.io/en/latest/workspace/volumes.html">w.volumes</a> workspace-level service with new required argument order.</li> <li>Added <a href="https://databricks-sdk-py.readthedocs.io/en/latest/workspace/online_tables.html">w.online_tables</a> workspace-level service.</li> <li>Renamed <code>name_arg</code> field to <code>name</code> for the following dataclasses: <code>databricks.sdk.service.catalog.DeleteConnectionRequest</code>, <code>databricks.sdk.service.catalog.GetConnectionRequest</code>, <code>databricks.sdk.service.catalog.UpdateConnection</code>, <code>databricks.sdk.service.sharing.DeleteCleanRoomRequest</code>, <code>databricks.sdk.service.sharing.GetCleanRoomRequest</code> and <code>databricks.sdk.service.sharing.UpdateCleanRoom</code>.</li> <li>Removed <code>full_name_arg</code> field for <code>databricks.sdk.service.catalog.DeleteVolumeRequest</code>.</li> <li>Added <code>name</code> field for <code>databricks.sdk.service.catalog.DeleteVolumeRequest</code>.</li> <li>Added <code>max_results</code> field for <code>databricks.sdk.service.catalog.ListVolumesRequest</code>.</li> <li>Added <code>page_token</code> field for <code>databricks.sdk.service.catalog.ListVolumesRequest</code>.</li> <li>Added <code>next_page_token</code> field for <code>databricks.sdk.service.catalog.ListVolumesResponseContent</code>.</li> <li>Removed <code>full_name_arg</code> field for <code>databricks.sdk.service.catalog.ReadVolumeRequest</code>.</li> <li>Added <code>name</code> field for <code>databricks.sdk.service.catalog.ReadVolumeRequest</code>.</li> <li>Removed <code>assets_dir</code> field for <code>databricks.sdk.service.catalog.UpdateMonitor</code>.</li> <li>Removed <code>full_name_arg</code> field for <code>databricks.sdk.service.catalog.UpdateVolumeRequestContent</code>.</li> <li>Added <code>name</code> field for <code>databricks.sdk.service.catalog.UpdateVolumeRequestContent</code>.</li> <li>Added the following catalog dataclasses: <code>ContinuousUpdateStatus</code>, <code>DeleteOnlineTableRequest</code>, <code>FailedStatus</code>, <code>GetOnlineTableRequest</code>, <code>OnlineTable</code>, <code>OnlineTableSpec</code>, <code>OnlineTableState</code>, <code>OnlineTableStatus</code>, <code>PipelineProgress</code>, <code>ProvisioningStatus</code>, <code>TriggeredUpdateStatus</code> and <code>ViewData</code>.</li> <li>Added <code>get_directory_metadata()</code> method for <a href="https://databricks-sdk-py.readthedocs.io/en/latest/workspace/files.html">w.files</a> workspace-level service.</li> <li>Added <code>get_metadata()</code> method for <a href="https://databricks-sdk-py.readthedocs.io/en/latest/workspace/files.html">w.files</a> workspace-level service.</li> <li>Added <code>content_length</code>, <code>content_type</code> and <code>last_modified</code> fields for <code>databricks.sdk.service.files.DownloadResponse</code>.</li> <li>Added the following files dataclasses: <code>FileSize</code>, <code>GetDirectoryMetadataRequest</code>, <code>GetMetadataRequest</code>, <code>GetMetadataResponse</code> and <code>LastModifiedHttpDate</code>.</li> <li>Removed <code>trigger_history</code> field for <code>databricks.sdk.service.jobs.Job</code>.</li> <li>Removed <code>databricks.sdk.service.jobs.TriggerEvaluation</code> dataclass.</li> <li>Removed <code>databricks.sdk.service.jobs.TriggerHistory</code> dataclass.</li> <li>Added <code>table</code> field for <code>databricks.sdk.service.jobs.TriggerSettings</code>.</li> <li>Added <code>databricks.sdk.service.jobs.Condition</code> dataclass.</li> <li>Added <code>databricks.sdk.service.jobs.TableTriggerConfiguration</code> dataclass.</li> <li>Removed <code>config</code> field for <code>databricks.sdk.service.serving.ExternalModel</code>.</li> <li>Removed <code>databricks.sdk.service.serving.ExternalModelConfig</code> dataclass. Fields moved to <code>databricks.sdk.service.serving.ExternalModel</code>.</li> <li>Added <code>max_provisioned_throughput</code> and <code>min_provisioned_throughput</code> fields for <code>databricks.sdk.service.serving.ServedEntityInput</code>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.20.0</h2> <p>Major Changes:</p> <ul> <li>Updated behaviour for raw parameter in <code>ApiClient.do()</code> method. The raw data is not returned directly anymore, but as part of a dict with the <code>contents</code> key. This dict will also contain response headers if returned by the API.</li> </ul> <p>Internal Changes:</p> <ul> <li>Add get_workspace_id to docgen blocklist (<a href="https://redirect.github.com/databricks/databricks-sdk-py/pull/549">#549</a>).</li> <li>Support HEAD operation and response Headers (<a href="https://redirect.github.com/databricks/databricks-sdk-py/pull/547">#547</a>).</li> </ul> <p>API Changes:</p> <ul> <li>Changed <code>delete()</code>, <code>get()</code> and <code>update()</code> methods for <a href="https://databricks-sdk-py.readthedocs.io/en/latest/workspace/connections.html">w.connections</a> workspace-level service with new required argument order.</li> <li>Changed <code>update()</code> method for <a href="https://databricks-sdk-py.readthedocs.io/en/latest/workspace/lakehouse_monitors.html">w.lakehouse_monitors</a> workspace-level service with new required argument order.</li> <li>Changed <code>delete()</code>, <code>get()</code> and <code>update()</code> methods for <a href="https://databricks-sdk-py.readthedocs.io/en/latest/workspace/volumes.html">w.volumes</a> workspace-level service with new required argument order.</li> <li>Added <a href="https://databricks-sdk-py.readthedocs.io/en/latest/workspace/online_tables.html">w.online_tables</a> workspace-level service.</li> <li>Renamed <code>name_arg</code> field to <code>name</code> for the following dataclasses: <code>databricks.sdk.service.catalog.DeleteConnectionRequest</code>, <code>databricks.sdk.service.catalog.GetConnectionRequest</code>, <code>databricks.sdk.service.catalog.UpdateConnection</code>, <code>databricks.sdk.service.sharing.DeleteCleanRoomRequest</code>, <code>databricks.sdk.service.sharing.GetCleanRoomRequest</code> and <code>databricks.sdk.service.sharing.UpdateCleanRoom</code>.</li> <li>Removed <code>full_name_arg</code> field for <code>databricks.sdk.service.catalog.DeleteVolumeRequest</code>.</li> <li>Added <code>name</code> field for <code>databricks.sdk.service.catalog.DeleteVolumeRequest</code>.</li> <li>Added <code>max_results</code> field for <code>databricks.sdk.service.catalog.ListVolumesRequest</code>.</li> <li>Added <code>page_token</code> field for <code>databricks.sdk.service.catalog.ListVolumesRequest</code>.</li> <li>Added <code>next_page_token</code> field for <code>databricks.sdk.service.catalog.ListVolumesResponseContent</code>.</li> <li>Removed <code>full_name_arg</code> field for <code>databricks.sdk.service.catalog.ReadVolumeRequest</code>.</li> <li>Added <code>name</code> field for <code>databricks.sdk.service.catalog.ReadVolumeRequest</code>.</li> <li>Removed <code>assets_dir</code> field for <code>databricks.sdk.service.catalog.UpdateMonitor</code>.</li> <li>Removed <code>full_name_arg</code> field for <code>databricks.sdk.service.catalog.UpdateVolumeRequestContent</code>.</li> <li>Added <code>name</code> field for <code>databricks.sdk.service.catalog.UpdateVolumeRequestContent</code>.</li> <li>Added the following catalog dataclasses: <code>ContinuousUpdateStatus</code>, <code>DeleteOnlineTableRequest</code>, <code>FailedStatus</code>, <code>GetOnlineTableRequest</code>, <code>OnlineTable</code>, <code>OnlineTableSpec</code>, <code>OnlineTableState</code>, <code>OnlineTableStatus</code>, <code>PipelineProgress</code>, <code>ProvisioningStatus</code>, <code>TriggeredUpdateStatus</code> and <code>ViewData</code>.</li> <li>Added <code>get_directory_metadata()</code> method for <a href="https://databricks-sdk-py.readthedocs.io/en/latest/workspace/files.html">w.files</a> workspace-level service.</li> <li>Added <code>get_metadata()</code> method for <a href="https://databricks-sdk-py.readthedocs.io/en/latest/workspace/files.html">w.files</a> workspace-level service.</li> <li>Added <code>content_length</code>, <code>content_type</code> and <code>last_modified</code> fields for <code>databricks.sdk.service.files.DownloadResponse</code>.</li> <li>Added the following files dataclasses: <code>FileSize</code>, <code>GetDirectoryMetadataRequest</code>, <code>GetMetadataRequest</code>, <code>GetMetadataResponse</code> and <code>LastModifiedHttpDate</code>.</li> <li>Removed <code>trigger_history</code> field for <code>databricks.sdk.service.jobs.Job</code>.</li> <li>Removed <code>databricks.sdk.service.jobs.TriggerEvaluation</code> dataclass.</li> <li>Removed <code>databricks.sdk.service.jobs.TriggerHistory</code> dataclass.</li> <li>Added <code>table</code> field for <code>databricks.sdk.service.jobs.TriggerSettings</code>.</li> <li>Added <code>databricks.sdk.service.jobs.Condition</code> dataclass.</li> <li>Added <code>databricks.sdk.service.jobs.TableTriggerConfiguration</code> dataclass.</li> <li>Removed <code>config</code> field for <code>databricks.sdk.service.serving.ExternalModel</code>.</li> <li>Removed <code>databricks.sdk.service.serving.ExternalModelConfig</code> dataclass. Fields moved to <code>databricks.sdk.service.serving.ExternalModel</code>.</li> <li>Added <code>max_provisioned_throughput</code> and <code>min_provisioned_throughput</code> fields for <code>databricks.sdk.service.serving.ServedEntityInput</code>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/databricks/databricks-sdk-py/commit/47dfc6dc9ccbb0931dff9ed9a10a330239e75514"><code>47dfc6d</code></a> Release v0.20.0 (<a href="https://redirect.github.com/databricks/databricks-sdk-py/issues/550">#550</a>)</li> <li><a href="https://github.com/databricks/databricks-sdk-py/commit/f21b2a7149746579f19bab6272e3fc0693d5379f"><code>f21b2a7</code></a> Support HEAD operation and response Headers (<a href="https://redirect.github.com/databricks/databricks-sdk-py/issues/547">#547</a>)</li> <li><a href="https://github.com/databricks/databricks-sdk-py/commit/94abc162091b1a8ee5974359f30151724c072238"><code>94abc16</code></a> Add get_workspace_id to docgen blocklist (<a href="https://redirect.github.com/databricks/databricks-sdk-py/issues/549">#549</a>)</li> <li><a href="https://github.com/databricks/databricks-sdk-py/commit/94fc5e41cb6de4fa9c401ec889c01bc71e598c8d"><code>94fc5e4</code></a> Release v0.19.1 (<a href="https://redirect.github.com/databricks/databricks-sdk-py/issues/546">#546</a>)</li> <li><a href="https://github.com/databricks/databricks-sdk-py/commit/9af2630672c866610248243eb53898c16c452960"><code>9af2630</code></a> Create a deepcopy of config when creating workspace client from account clien...</li> <li><a href="https://github.com/databricks/databricks-sdk-py/commit/85ba7742266ca12e8707e81d755364f14d66b03c"><code>85ba774</code></a> Add get_workspace_id to WorkspaceClient (<a href="https://redirect.github.com/databricks/databricks-sdk-py/issues/537">#537</a>)</li> <li><a href="https://github.com/databricks/databricks-sdk-py/commit/09aa3e918ce6ad4f103ef6a69cafcdbecc95bc19"><code>09aa3e9</code></a> Release v0.19.0 (<a href="https://redirect.github.com/databricks/databricks-sdk-py/issues/538">#538</a>)</li> <li><a href="https://github.com/databricks/databricks-sdk-py/commit/a1055d1b44328250b5a18baead33544f4dd4e47f"><code>a1055d1</code></a> Generate SDK (<a href="https://redirect.github.com/databricks/databricks-sdk-py/issues/536">#536</a>)</li> <li><a href="https://github.com/databricks/databricks-sdk-py/commit/306ed7ec3bdacc5006310a9695a24149a299714a"><code>306ed7e</code></a> Use fake clock for faster unit tests (<a href="https://redirect.github.com/databricks/databricks-sdk-py/issues/533">#533</a>)</li> <li><a href="https://github.com/databricks/databricks-sdk-py/commit/c20bbff6dfe8d6b2da14c043cb16e931c6e629b3"><code>c20bbff</code></a> Do not terminate listing for token-based pagination resources on empty respon...</li> <li>Additional commits viewable in <a href="https://github.com/databricks/databricks-sdk-py/compare/v0.18.0...v0.20.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
…atabrickslabs#143) 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.20.0</h2> <p>Major Changes:</p> <ul> <li>Updated behaviour for raw parameter in <code>ApiClient.do()</code> method. The raw data is not returned directly anymore, but as part of a dict with the <code>contents</code> key. This dict will also contain response headers if returned by the API.</li> </ul> <p>Internal Changes:</p> <ul> <li>Add get_workspace_id to docgen blocklist (<a href="https://redirect.github.com/databricks/databricks-sdk-py/pull/549">#549</a>).</li> <li>Support HEAD operation and response Headers (<a href="https://redirect.github.com/databricks/databricks-sdk-py/pull/547">#547</a>).</li> </ul> <p>API Changes:</p> <ul> <li>Changed <code>delete()</code>, <code>get()</code> and <code>update()</code> methods for <a href="https://databricks-sdk-py.readthedocs.io/en/latest/workspace/connections.html">w.connections</a> workspace-level service with new required argument order.</li> <li>Changed <code>update()</code> method for <a href="https://databricks-sdk-py.readthedocs.io/en/latest/workspace/lakehouse_monitors.html">w.lakehouse_monitors</a> workspace-level service with new required argument order.</li> <li>Changed <code>delete()</code>, <code>get()</code> and <code>update()</code> methods for <a href="https://databricks-sdk-py.readthedocs.io/en/latest/workspace/volumes.html">w.volumes</a> workspace-level service with new required argument order.</li> <li>Added <a href="https://databricks-sdk-py.readthedocs.io/en/latest/workspace/online_tables.html">w.online_tables</a> workspace-level service.</li> <li>Renamed <code>name_arg</code> field to <code>name</code> for the following dataclasses: <code>databricks.sdk.service.catalog.DeleteConnectionRequest</code>, <code>databricks.sdk.service.catalog.GetConnectionRequest</code>, <code>databricks.sdk.service.catalog.UpdateConnection</code>, <code>databricks.sdk.service.sharing.DeleteCleanRoomRequest</code>, <code>databricks.sdk.service.sharing.GetCleanRoomRequest</code> and <code>databricks.sdk.service.sharing.UpdateCleanRoom</code>.</li> <li>Removed <code>full_name_arg</code> field for <code>databricks.sdk.service.catalog.DeleteVolumeRequest</code>.</li> <li>Added <code>name</code> field for <code>databricks.sdk.service.catalog.DeleteVolumeRequest</code>.</li> <li>Added <code>max_results</code> field for <code>databricks.sdk.service.catalog.ListVolumesRequest</code>.</li> <li>Added <code>page_token</code> field for <code>databricks.sdk.service.catalog.ListVolumesRequest</code>.</li> <li>Added <code>next_page_token</code> field for <code>databricks.sdk.service.catalog.ListVolumesResponseContent</code>.</li> <li>Removed <code>full_name_arg</code> field for <code>databricks.sdk.service.catalog.ReadVolumeRequest</code>.</li> <li>Added <code>name</code> field for <code>databricks.sdk.service.catalog.ReadVolumeRequest</code>.</li> <li>Removed <code>assets_dir</code> field for <code>databricks.sdk.service.catalog.UpdateMonitor</code>.</li> <li>Removed <code>full_name_arg</code> field for <code>databricks.sdk.service.catalog.UpdateVolumeRequestContent</code>.</li> <li>Added <code>name</code> field for <code>databricks.sdk.service.catalog.UpdateVolumeRequestContent</code>.</li> <li>Added the following catalog dataclasses: <code>ContinuousUpdateStatus</code>, <code>DeleteOnlineTableRequest</code>, <code>FailedStatus</code>, <code>GetOnlineTableRequest</code>, <code>OnlineTable</code>, <code>OnlineTableSpec</code>, <code>OnlineTableState</code>, <code>OnlineTableStatus</code>, <code>PipelineProgress</code>, <code>ProvisioningStatus</code>, <code>TriggeredUpdateStatus</code> and <code>ViewData</code>.</li> <li>Added <code>get_directory_metadata()</code> method for <a href="https://databricks-sdk-py.readthedocs.io/en/latest/workspace/files.html">w.files</a> workspace-level service.</li> <li>Added <code>get_metadata()</code> method for <a href="https://databricks-sdk-py.readthedocs.io/en/latest/workspace/files.html">w.files</a> workspace-level service.</li> <li>Added <code>content_length</code>, <code>content_type</code> and <code>last_modified</code> fields for <code>databricks.sdk.service.files.DownloadResponse</code>.</li> <li>Added the following files dataclasses: <code>FileSize</code>, <code>GetDirectoryMetadataRequest</code>, <code>GetMetadataRequest</code>, <code>GetMetadataResponse</code> and <code>LastModifiedHttpDate</code>.</li> <li>Removed <code>trigger_history</code> field for <code>databricks.sdk.service.jobs.Job</code>.</li> <li>Removed <code>databricks.sdk.service.jobs.TriggerEvaluation</code> dataclass.</li> <li>Removed <code>databricks.sdk.service.jobs.TriggerHistory</code> dataclass.</li> <li>Added <code>table</code> field for <code>databricks.sdk.service.jobs.TriggerSettings</code>.</li> <li>Added <code>databricks.sdk.service.jobs.Condition</code> dataclass.</li> <li>Added <code>databricks.sdk.service.jobs.TableTriggerConfiguration</code> dataclass.</li> <li>Removed <code>config</code> field for <code>databricks.sdk.service.serving.ExternalModel</code>.</li> <li>Removed <code>databricks.sdk.service.serving.ExternalModelConfig</code> dataclass. Fields moved to <code>databricks.sdk.service.serving.ExternalModel</code>.</li> <li>Added <code>max_provisioned_throughput</code> and <code>min_provisioned_throughput</code> fields for <code>databricks.sdk.service.serving.ServedEntityInput</code>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.20.0</h2> <p>Major Changes:</p> <ul> <li>Updated behaviour for raw parameter in <code>ApiClient.do()</code> method. The raw data is not returned directly anymore, but as part of a dict with the <code>contents</code> key. This dict will also contain response headers if returned by the API.</li> </ul> <p>Internal Changes:</p> <ul> <li>Add get_workspace_id to docgen blocklist (<a href="https://redirect.github.com/databricks/databricks-sdk-py/pull/549">#549</a>).</li> <li>Support HEAD operation and response Headers (<a href="https://redirect.github.com/databricks/databricks-sdk-py/pull/547">#547</a>).</li> </ul> <p>API Changes:</p> <ul> <li>Changed <code>delete()</code>, <code>get()</code> and <code>update()</code> methods for <a href="https://databricks-sdk-py.readthedocs.io/en/latest/workspace/connections.html">w.connections</a> workspace-level service with new required argument order.</li> <li>Changed <code>update()</code> method for <a href="https://databricks-sdk-py.readthedocs.io/en/latest/workspace/lakehouse_monitors.html">w.lakehouse_monitors</a> workspace-level service with new required argument order.</li> <li>Changed <code>delete()</code>, <code>get()</code> and <code>update()</code> methods for <a href="https://databricks-sdk-py.readthedocs.io/en/latest/workspace/volumes.html">w.volumes</a> workspace-level service with new required argument order.</li> <li>Added <a href="https://databricks-sdk-py.readthedocs.io/en/latest/workspace/online_tables.html">w.online_tables</a> workspace-level service.</li> <li>Renamed <code>name_arg</code> field to <code>name</code> for the following dataclasses: <code>databricks.sdk.service.catalog.DeleteConnectionRequest</code>, <code>databricks.sdk.service.catalog.GetConnectionRequest</code>, <code>databricks.sdk.service.catalog.UpdateConnection</code>, <code>databricks.sdk.service.sharing.DeleteCleanRoomRequest</code>, <code>databricks.sdk.service.sharing.GetCleanRoomRequest</code> and <code>databricks.sdk.service.sharing.UpdateCleanRoom</code>.</li> <li>Removed <code>full_name_arg</code> field for <code>databricks.sdk.service.catalog.DeleteVolumeRequest</code>.</li> <li>Added <code>name</code> field for <code>databricks.sdk.service.catalog.DeleteVolumeRequest</code>.</li> <li>Added <code>max_results</code> field for <code>databricks.sdk.service.catalog.ListVolumesRequest</code>.</li> <li>Added <code>page_token</code> field for <code>databricks.sdk.service.catalog.ListVolumesRequest</code>.</li> <li>Added <code>next_page_token</code> field for <code>databricks.sdk.service.catalog.ListVolumesResponseContent</code>.</li> <li>Removed <code>full_name_arg</code> field for <code>databricks.sdk.service.catalog.ReadVolumeRequest</code>.</li> <li>Added <code>name</code> field for <code>databricks.sdk.service.catalog.ReadVolumeRequest</code>.</li> <li>Removed <code>assets_dir</code> field for <code>databricks.sdk.service.catalog.UpdateMonitor</code>.</li> <li>Removed <code>full_name_arg</code> field for <code>databricks.sdk.service.catalog.UpdateVolumeRequestContent</code>.</li> <li>Added <code>name</code> field for <code>databricks.sdk.service.catalog.UpdateVolumeRequestContent</code>.</li> <li>Added the following catalog dataclasses: <code>ContinuousUpdateStatus</code>, <code>DeleteOnlineTableRequest</code>, <code>FailedStatus</code>, <code>GetOnlineTableRequest</code>, <code>OnlineTable</code>, <code>OnlineTableSpec</code>, <code>OnlineTableState</code>, <code>OnlineTableStatus</code>, <code>PipelineProgress</code>, <code>ProvisioningStatus</code>, <code>TriggeredUpdateStatus</code> and <code>ViewData</code>.</li> <li>Added <code>get_directory_metadata()</code> method for <a href="https://databricks-sdk-py.readthedocs.io/en/latest/workspace/files.html">w.files</a> workspace-level service.</li> <li>Added <code>get_metadata()</code> method for <a href="https://databricks-sdk-py.readthedocs.io/en/latest/workspace/files.html">w.files</a> workspace-level service.</li> <li>Added <code>content_length</code>, <code>content_type</code> and <code>last_modified</code> fields for <code>databricks.sdk.service.files.DownloadResponse</code>.</li> <li>Added the following files dataclasses: <code>FileSize</code>, <code>GetDirectoryMetadataRequest</code>, <code>GetMetadataRequest</code>, <code>GetMetadataResponse</code> and <code>LastModifiedHttpDate</code>.</li> <li>Removed <code>trigger_history</code> field for <code>databricks.sdk.service.jobs.Job</code>.</li> <li>Removed <code>databricks.sdk.service.jobs.TriggerEvaluation</code> dataclass.</li> <li>Removed <code>databricks.sdk.service.jobs.TriggerHistory</code> dataclass.</li> <li>Added <code>table</code> field for <code>databricks.sdk.service.jobs.TriggerSettings</code>.</li> <li>Added <code>databricks.sdk.service.jobs.Condition</code> dataclass.</li> <li>Added <code>databricks.sdk.service.jobs.TableTriggerConfiguration</code> dataclass.</li> <li>Removed <code>config</code> field for <code>databricks.sdk.service.serving.ExternalModel</code>.</li> <li>Removed <code>databricks.sdk.service.serving.ExternalModelConfig</code> dataclass. Fields moved to <code>databricks.sdk.service.serving.ExternalModel</code>.</li> <li>Added <code>max_provisioned_throughput</code> and <code>min_provisioned_throughput</code> fields for <code>databricks.sdk.service.serving.ServedEntityInput</code>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/databricks/databricks-sdk-py/commit/47dfc6dc9ccbb0931dff9ed9a10a330239e75514"><code>47dfc6d</code></a> Release v0.20.0 (<a href="https://redirect.github.com/databricks/databricks-sdk-py/issues/550">#550</a>)</li> <li><a href="https://github.com/databricks/databricks-sdk-py/commit/f21b2a7149746579f19bab6272e3fc0693d5379f"><code>f21b2a7</code></a> Support HEAD operation and response Headers (<a href="https://redirect.github.com/databricks/databricks-sdk-py/issues/547">#547</a>)</li> <li><a href="https://github.com/databricks/databricks-sdk-py/commit/94abc162091b1a8ee5974359f30151724c072238"><code>94abc16</code></a> Add get_workspace_id to docgen blocklist (<a href="https://redirect.github.com/databricks/databricks-sdk-py/issues/549">#549</a>)</li> <li><a href="https://github.com/databricks/databricks-sdk-py/commit/94fc5e41cb6de4fa9c401ec889c01bc71e598c8d"><code>94fc5e4</code></a> Release v0.19.1 (<a href="https://redirect.github.com/databricks/databricks-sdk-py/issues/546">#546</a>)</li> <li><a href="https://github.com/databricks/databricks-sdk-py/commit/9af2630672c866610248243eb53898c16c452960"><code>9af2630</code></a> Create a deepcopy of config when creating workspace client from account clien...</li> <li><a href="https://github.com/databricks/databricks-sdk-py/commit/85ba7742266ca12e8707e81d755364f14d66b03c"><code>85ba774</code></a> Add get_workspace_id to WorkspaceClient (<a href="https://redirect.github.com/databricks/databricks-sdk-py/issues/537">#537</a>)</li> <li><a href="https://github.com/databricks/databricks-sdk-py/commit/09aa3e918ce6ad4f103ef6a69cafcdbecc95bc19"><code>09aa3e9</code></a> Release v0.19.0 (<a href="https://redirect.github.com/databricks/databricks-sdk-py/issues/538">#538</a>)</li> <li><a href="https://github.com/databricks/databricks-sdk-py/commit/a1055d1b44328250b5a18baead33544f4dd4e47f"><code>a1055d1</code></a> Generate SDK (<a href="https://redirect.github.com/databricks/databricks-sdk-py/issues/536">#536</a>)</li> <li><a href="https://github.com/databricks/databricks-sdk-py/commit/306ed7ec3bdacc5006310a9695a24149a299714a"><code>306ed7e</code></a> Use fake clock for faster unit tests (<a href="https://redirect.github.com/databricks/databricks-sdk-py/issues/533">#533</a>)</li> <li><a href="https://github.com/databricks/databricks-sdk-py/commit/c20bbff6dfe8d6b2da14c043cb16e931c6e629b3"><code>c20bbff</code></a> Do not terminate listing for token-based pagination resources on empty respon...</li> <li>Additional commits viewable in <a href="https://github.com/databricks/databricks-sdk-py/compare/v0.18.0...v0.20.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
added a commit
to sundarshankar89/remorph
that referenced
this pull request
Jan 3, 2025
* Added conversion logic for Try_to_Decimal without format ([databrickslabs#142](databrickslabs#142)). * Identify Root Table for folder containing SQLs ([databrickslabs#124](databrickslabs#124)). * Install Script ([databrickslabs#106](databrickslabs#106)). * Integration Test Suite ([databrickslabs#145](databrickslabs#145)). Dependency updates: * Updated databricks-sdk requirement from <0.20,>=0.18 to >=0.18,<0.21 ([databrickslabs#143](databrickslabs#143)). * Bump sqlglot from 21.0.0 to 21.1.2 ([databrickslabs#137](databrickslabs#137)). * Bump sqlglot from 21.1.2 to 21.2.0 ([databrickslabs#147](databrickslabs#147)). * Bump sqlglot from 21.2.0 to 21.2.1 ([databrickslabs#148](databrickslabs#148)).
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.
... (truncated)
Changelog
Sourced from databricks-sdk's changelog.
... (truncated)
Commits
47dfc6d
Release v0.20.0 (#550)f21b2a7
Support HEAD operation and response Headers (#547)94abc16
Add get_workspace_id to docgen blocklist (#549)94fc5e4
Release v0.19.1 (#546)9af2630
Create a deepcopy of config when creating workspace client from account clien...85ba774
Add get_workspace_id to WorkspaceClient (#537)09aa3e9
Release v0.19.0 (#538)a1055d1
Generate SDK (#536)306ed7e
Use fake clock for faster unit tests (#533)c20bbff
Do not terminate listing for token-based pagination resources on empty respon...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)