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.14.0 to ~=0.15.0 #687

Merged
merged 1 commit into from
Dec 12, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 12, 2023

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

Release notes

Sourced from databricks-sdk's releases.

v0.15.0

Bugfixes:

  • Fixed accidental rename (#471).
  • Fixed parsing of ISO date strings (#473).

Other changes:

  • Updated GCP OAuth Readme (#464).
  • Reference Documentation Refactoring (#467).
  • Installed local library when generating docs (#469).
  • Fixed readme links in pypi (#472).
  • Updated a note for installing Python SDK on Databricks Runtime 13.1+ (#474).
  • Updated GCP auth readme (#470).

API Changes:

  • Changed update() method for w.connections workspace-level service with new required argument order.
  • Added cloudflare_api_token field for databricks.sdk.service.catalog.CreateStorageCredential.
  • Added cloudflare_api_token field for databricks.sdk.service.catalog.StorageCredentialInfo.
  • Changed name field for databricks.sdk.service.catalog.UpdateCatalog to be required.
  • Added new_name field for databricks.sdk.service.catalog.UpdateCatalog.
  • Changed name field for databricks.sdk.service.catalog.UpdateConnection to no longer be required.
  • Added new_name field for databricks.sdk.service.catalog.UpdateConnection.
  • Changed name field for databricks.sdk.service.catalog.UpdateExternalLocation to be required.
  • Added new_name field for databricks.sdk.service.catalog.UpdateExternalLocation.
  • Added new_name field for databricks.sdk.service.catalog.UpdateMetastore.
  • Added new_name field for databricks.sdk.service.catalog.UpdateRegisteredModelRequest.
  • Added new_name field for databricks.sdk.service.catalog.UpdateSchema.
  • Changed name field for databricks.sdk.service.catalog.UpdateStorageCredential to be required.
  • Added cloudflare_api_token field for databricks.sdk.service.catalog.UpdateStorageCredential.
  • Added new_name field for databricks.sdk.service.catalog.UpdateStorageCredential.
  • Added new_name field for databricks.sdk.service.catalog.UpdateVolumeRequestContent.
  • Added cloudflare_api_token field for databricks.sdk.service.catalog.ValidateStorageCredential.
  • Added databricks.sdk.service.catalog.CloudflareApiToken dataclass.
  • Removed continuous field for databricks.sdk.service.jobs.BaseRun.
  • Removed continuous field for databricks.sdk.service.jobs.Run.
  • Changed job_parameters field for databricks.sdk.service.jobs.RunJobTask to databricks.sdk.service.jobs.ParamPairs dataclass.
  • Added run_if field for databricks.sdk.service.jobs.SubmitTask.
  • Added run_job_task field for databricks.sdk.service.jobs.SubmitTask.
  • Changed update_config() method for w.serving_endpoints workspace-level service with new required argument order.
  • Added put() method for w.serving_endpoints workspace-level service.
  • Added rate_limits field for databricks.sdk.service.serving.CreateServingEndpoint.
  • Changed served_models field for databricks.sdk.service.serving.EndpointCoreConfigInput to no longer be required.
  • Added auto_capture_config field for databricks.sdk.service.serving.EndpointCoreConfigInput.
  • Added served_entities field for databricks.sdk.service.serving.EndpointCoreConfigInput.
  • Added auto_capture_config field for databricks.sdk.service.serving.EndpointCoreConfigOutput.

... (truncated)

Changelog

Sourced from databricks-sdk's changelog.

0.15.0

Bugfixes:

  • Fixed accidental rename (#471).
  • Fixed parsing of ISO date strings (#473).

Other changes:

  • Updated GCP OAuth Readme (#464).
  • Reference Documentation Refactoring (#467).
  • Installed local library when generating docs (#469).
  • Fixed readme links in pypi (#472).
  • Updated a note for installing Python SDK on Databricks Runtime 13.1+ (#474).
  • Updated GCP auth readme (#470).

API Changes:

  • Changed update() method for w.connections workspace-level service with new required argument order.
  • Added cloudflare_api_token field for databricks.sdk.service.catalog.CreateStorageCredential.
  • Added cloudflare_api_token field for databricks.sdk.service.catalog.StorageCredentialInfo.
  • Changed name field for databricks.sdk.service.catalog.UpdateCatalog to be required.
  • Added new_name field for databricks.sdk.service.catalog.UpdateCatalog.
  • Changed name field for databricks.sdk.service.catalog.UpdateConnection to no longer be required.
  • Added new_name field for databricks.sdk.service.catalog.UpdateConnection.
  • Changed name field for databricks.sdk.service.catalog.UpdateExternalLocation to be required.
  • Added new_name field for databricks.sdk.service.catalog.UpdateExternalLocation.
  • Added new_name field for databricks.sdk.service.catalog.UpdateMetastore.
  • Added new_name field for databricks.sdk.service.catalog.UpdateRegisteredModelRequest.
  • Added new_name field for databricks.sdk.service.catalog.UpdateSchema.
  • Changed name field for databricks.sdk.service.catalog.UpdateStorageCredential to be required.
  • Added cloudflare_api_token field for databricks.sdk.service.catalog.UpdateStorageCredential.
  • Added new_name field for databricks.sdk.service.catalog.UpdateStorageCredential.
  • Added new_name field for databricks.sdk.service.catalog.UpdateVolumeRequestContent.
  • Added cloudflare_api_token field for databricks.sdk.service.catalog.ValidateStorageCredential.
  • Added databricks.sdk.service.catalog.CloudflareApiToken dataclass.
  • Removed continuous field for databricks.sdk.service.jobs.BaseRun.
  • Removed continuous field for databricks.sdk.service.jobs.Run.
  • Changed job_parameters field for databricks.sdk.service.jobs.RunJobTask to databricks.sdk.service.jobs.ParamPairs dataclass.
  • Added run_if field for databricks.sdk.service.jobs.SubmitTask.
  • Added run_job_task field for databricks.sdk.service.jobs.SubmitTask.
  • Changed update_config() method for w.serving_endpoints workspace-level service with new required argument order.
  • Added put() method for w.serving_endpoints workspace-level service.
  • Added rate_limits field for databricks.sdk.service.serving.CreateServingEndpoint.
  • Changed served_models field for databricks.sdk.service.serving.EndpointCoreConfigInput to no longer be required.
  • Added auto_capture_config field for databricks.sdk.service.serving.EndpointCoreConfigInput.
  • Added served_entities field for databricks.sdk.service.serving.EndpointCoreConfigInput.
  • Added auto_capture_config field for databricks.sdk.service.serving.EndpointCoreConfigOutput.

... (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.14.0...v0.15.0)

---
updated-dependencies:
- dependency-name: databricks-sdk
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team December 12, 2023 15:23
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 12, 2023
@dependabot dependabot bot requested a review from mwojtyczka December 12, 2023 15:23
Copy link

codecov bot commented Dec 12, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (3e19372) 81.38% compared to head (11ff763) 81.38%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #687   +/-   ##
=======================================
  Coverage   81.38%   81.38%           
=======================================
  Files          37       37           
  Lines        3831     3831           
  Branches      712      712           
=======================================
  Hits         3118     3118           
  Misses        555      555           
  Partials      158      158           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@nfx nfx merged commit 1895dd9 into main Dec 12, 2023
6 of 7 checks passed
@nfx nfx deleted the dependabot/pip/databricks-sdk-approx-eq-0.15.0 branch December 12, 2023 16:06
pritishpai pushed a commit that referenced this pull request Dec 12, 2023
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.15.0</h2>
<p>Bugfixes:</p>
<ul>
<li>Fixed accidental rename (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/pull/471">#471</a>).</li>
<li>Fixed parsing of ISO date strings (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/pull/473">#473</a>).</li>
</ul>
<p>Other changes:</p>
<ul>
<li>Updated GCP OAuth Readme (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/pull/464">#464</a>).</li>
<li>Reference Documentation Refactoring (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/pull/467">#467</a>).</li>
<li>Installed local library when generating docs (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/pull/469">#469</a>).</li>
<li>Fixed readme links in pypi (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/pull/472">#472</a>).</li>
<li>Updated a note for installing Python SDK on Databricks Runtime 13.1+
(<a
href="https://redirect.github.com/databricks/databricks-sdk-py/pull/474">#474</a>).</li>
<li>Updated GCP auth readme (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/pull/470">#470</a>).</li>
</ul>
<p>API Changes:</p>
<ul>
<li>Changed <code>update()</code> method 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>Added <code>cloudflare_api_token</code> field for
<code>databricks.sdk.service.catalog.CreateStorageCredential</code>.</li>
<li>Added <code>cloudflare_api_token</code> field for
<code>databricks.sdk.service.catalog.StorageCredentialInfo</code>.</li>
<li>Changed <code>name</code> field for
<code>databricks.sdk.service.catalog.UpdateCatalog</code> to be
required.</li>
<li>Added <code>new_name</code> field for
<code>databricks.sdk.service.catalog.UpdateCatalog</code>.</li>
<li>Changed <code>name</code> field for
<code>databricks.sdk.service.catalog.UpdateConnection</code> to no
longer be required.</li>
<li>Added <code>new_name</code> field for
<code>databricks.sdk.service.catalog.UpdateConnection</code>.</li>
<li>Changed <code>name</code> field for
<code>databricks.sdk.service.catalog.UpdateExternalLocation</code> to be
required.</li>
<li>Added <code>new_name</code> field for
<code>databricks.sdk.service.catalog.UpdateExternalLocation</code>.</li>
<li>Added <code>new_name</code> field for
<code>databricks.sdk.service.catalog.UpdateMetastore</code>.</li>
<li>Added <code>new_name</code> field for
<code>databricks.sdk.service.catalog.UpdateRegisteredModelRequest</code>.</li>
<li>Added <code>new_name</code> field for
<code>databricks.sdk.service.catalog.UpdateSchema</code>.</li>
<li>Changed <code>name</code> field for
<code>databricks.sdk.service.catalog.UpdateStorageCredential</code> to
be required.</li>
<li>Added <code>cloudflare_api_token</code> field for
<code>databricks.sdk.service.catalog.UpdateStorageCredential</code>.</li>
<li>Added <code>new_name</code> field for
<code>databricks.sdk.service.catalog.UpdateStorageCredential</code>.</li>
<li>Added <code>new_name</code> field for
<code>databricks.sdk.service.catalog.UpdateVolumeRequestContent</code>.</li>
<li>Added <code>cloudflare_api_token</code> field for
<code>databricks.sdk.service.catalog.ValidateStorageCredential</code>.</li>
<li>Added <code>databricks.sdk.service.catalog.CloudflareApiToken</code>
dataclass.</li>
<li>Removed <code>continuous</code> field for
<code>databricks.sdk.service.jobs.BaseRun</code>.</li>
<li>Removed <code>continuous</code> field for
<code>databricks.sdk.service.jobs.Run</code>.</li>
<li>Changed <code>job_parameters</code> field for
<code>databricks.sdk.service.jobs.RunJobTask</code> to
<code>databricks.sdk.service.jobs.ParamPairs</code> dataclass.</li>
<li>Added <code>run_if</code> field for
<code>databricks.sdk.service.jobs.SubmitTask</code>.</li>
<li>Added <code>run_job_task</code> field for
<code>databricks.sdk.service.jobs.SubmitTask</code>.</li>
<li>Changed <code>update_config()</code> method for <a
href="https://databricks-sdk-py.readthedocs.io/en/latest/workspace/serving_endpoints.html">w.serving_endpoints</a>
workspace-level service with new required argument order.</li>
<li>Added <code>put()</code> method for <a
href="https://databricks-sdk-py.readthedocs.io/en/latest/workspace/serving_endpoints.html">w.serving_endpoints</a>
workspace-level service.</li>
<li>Added <code>rate_limits</code> field for
<code>databricks.sdk.service.serving.CreateServingEndpoint</code>.</li>
<li>Changed <code>served_models</code> field for
<code>databricks.sdk.service.serving.EndpointCoreConfigInput</code> to
no longer be required.</li>
<li>Added <code>auto_capture_config</code> field for
<code>databricks.sdk.service.serving.EndpointCoreConfigInput</code>.</li>
<li>Added <code>served_entities</code> field for
<code>databricks.sdk.service.serving.EndpointCoreConfigInput</code>.</li>
<li>Added <code>auto_capture_config</code> field for
<code>databricks.sdk.service.serving.EndpointCoreConfigOutput</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.15.0</h2>
<p>Bugfixes:</p>
<ul>
<li>Fixed accidental rename (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/pull/471">#471</a>).</li>
<li>Fixed parsing of ISO date strings (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/pull/473">#473</a>).</li>
</ul>
<p>Other changes:</p>
<ul>
<li>Updated GCP OAuth Readme (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/pull/464">#464</a>).</li>
<li>Reference Documentation Refactoring (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/pull/467">#467</a>).</li>
<li>Installed local library when generating docs (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/pull/469">#469</a>).</li>
<li>Fixed readme links in pypi (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/pull/472">#472</a>).</li>
<li>Updated a note for installing Python SDK on Databricks Runtime 13.1+
(<a
href="https://redirect.github.com/databricks/databricks-sdk-py/pull/474">#474</a>).</li>
<li>Updated GCP auth readme (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/pull/470">#470</a>).</li>
</ul>
<p>API Changes:</p>
<ul>
<li>Changed <code>update()</code> method 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>Added <code>cloudflare_api_token</code> field for
<code>databricks.sdk.service.catalog.CreateStorageCredential</code>.</li>
<li>Added <code>cloudflare_api_token</code> field for
<code>databricks.sdk.service.catalog.StorageCredentialInfo</code>.</li>
<li>Changed <code>name</code> field for
<code>databricks.sdk.service.catalog.UpdateCatalog</code> to be
required.</li>
<li>Added <code>new_name</code> field for
<code>databricks.sdk.service.catalog.UpdateCatalog</code>.</li>
<li>Changed <code>name</code> field for
<code>databricks.sdk.service.catalog.UpdateConnection</code> to no
longer be required.</li>
<li>Added <code>new_name</code> field for
<code>databricks.sdk.service.catalog.UpdateConnection</code>.</li>
<li>Changed <code>name</code> field for
<code>databricks.sdk.service.catalog.UpdateExternalLocation</code> to be
required.</li>
<li>Added <code>new_name</code> field for
<code>databricks.sdk.service.catalog.UpdateExternalLocation</code>.</li>
<li>Added <code>new_name</code> field for
<code>databricks.sdk.service.catalog.UpdateMetastore</code>.</li>
<li>Added <code>new_name</code> field for
<code>databricks.sdk.service.catalog.UpdateRegisteredModelRequest</code>.</li>
<li>Added <code>new_name</code> field for
<code>databricks.sdk.service.catalog.UpdateSchema</code>.</li>
<li>Changed <code>name</code> field for
<code>databricks.sdk.service.catalog.UpdateStorageCredential</code> to
be required.</li>
<li>Added <code>cloudflare_api_token</code> field for
<code>databricks.sdk.service.catalog.UpdateStorageCredential</code>.</li>
<li>Added <code>new_name</code> field for
<code>databricks.sdk.service.catalog.UpdateStorageCredential</code>.</li>
<li>Added <code>new_name</code> field for
<code>databricks.sdk.service.catalog.UpdateVolumeRequestContent</code>.</li>
<li>Added <code>cloudflare_api_token</code> field for
<code>databricks.sdk.service.catalog.ValidateStorageCredential</code>.</li>
<li>Added <code>databricks.sdk.service.catalog.CloudflareApiToken</code>
dataclass.</li>
<li>Removed <code>continuous</code> field for
<code>databricks.sdk.service.jobs.BaseRun</code>.</li>
<li>Removed <code>continuous</code> field for
<code>databricks.sdk.service.jobs.Run</code>.</li>
<li>Changed <code>job_parameters</code> field for
<code>databricks.sdk.service.jobs.RunJobTask</code> to
<code>databricks.sdk.service.jobs.ParamPairs</code> dataclass.</li>
<li>Added <code>run_if</code> field for
<code>databricks.sdk.service.jobs.SubmitTask</code>.</li>
<li>Added <code>run_job_task</code> field for
<code>databricks.sdk.service.jobs.SubmitTask</code>.</li>
<li>Changed <code>update_config()</code> method for <a
href="https://databricks-sdk-py.readthedocs.io/en/latest/workspace/serving_endpoints.html">w.serving_endpoints</a>
workspace-level service with new required argument order.</li>
<li>Added <code>put()</code> method for <a
href="https://databricks-sdk-py.readthedocs.io/en/latest/workspace/serving_endpoints.html">w.serving_endpoints</a>
workspace-level service.</li>
<li>Added <code>rate_limits</code> field for
<code>databricks.sdk.service.serving.CreateServingEndpoint</code>.</li>
<li>Changed <code>served_models</code> field for
<code>databricks.sdk.service.serving.EndpointCoreConfigInput</code> to
no longer be required.</li>
<li>Added <code>auto_capture_config</code> field for
<code>databricks.sdk.service.serving.EndpointCoreConfigInput</code>.</li>
<li>Added <code>served_entities</code> field for
<code>databricks.sdk.service.serving.EndpointCoreConfigInput</code>.</li>
<li>Added <code>auto_capture_config</code> field for
<code>databricks.sdk.service.serving.EndpointCoreConfigOutput</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/1d04851c9d8074eeee25b1f249fc0e7644348915"><code>1d04851</code></a>
Release v0.15.0 (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/issues/478">#478</a>)</li>
<li><a
href="https://github.com/databricks/databricks-sdk-py/commit/741238b785e9fff6bb3b7f124061404ff0a3d4d6"><code>741238b</code></a>
Properly parse ISO date strings (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/issues/473">#473</a>)</li>
<li><a
href="https://github.com/databricks/databricks-sdk-py/commit/595533363cec0071dd9bb80cd8b799e226a2feea"><code>5955333</code></a>
Update GCP auth readme (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/issues/470">#470</a>)</li>
<li><a
href="https://github.com/databricks/databricks-sdk-py/commit/6a87baf54e1b5b25371d5c416c65cfb2549401f6"><code>6a87baf</code></a>
Update a note for installing Python SDK on Databricks Runtime 13.1+ (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/issues/474">#474</a>)</li>
<li><a
href="https://github.com/databricks/databricks-sdk-py/commit/c1ad3de0f92c8e604b5d2a4abff28180978a4f07"><code>c1ad3de</code></a>
Fix readme links in pypi (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/issues/472">#472</a>)</li>
<li><a
href="https://github.com/databricks/databricks-sdk-py/commit/8318612c02a94e68219a79168dcde2f79afeb378"><code>8318612</code></a>
Fix accidental rename (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/issues/471">#471</a>)</li>
<li><a
href="https://github.com/databricks/databricks-sdk-py/commit/9f5b2e728fe8acb0828d5275d4057cfea1b13a37"><code>9f5b2e7</code></a>
Install local library when generating docs (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/issues/469">#469</a>)</li>
<li><a
href="https://github.com/databricks/databricks-sdk-py/commit/efe5ede808879a1a8a83d5e9a0c56dd6c6603724"><code>efe5ede</code></a>
Reference Documentation Refactoring (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/issues/467">#467</a>)</li>
<li><a
href="https://github.com/databricks/databricks-sdk-py/commit/a7719a05380982ae46f038bedca3a97731c51499"><code>a7719a0</code></a>
Update GCP OAuth Readme (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/issues/464">#464</a>)</li>
<li>See full diff in <a
href="https://github.com/databricks/databricks-sdk-py/compare/v0.14.0...v0.15.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
FastLee pushed a commit that referenced this pull request Dec 12, 2023
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.15.0</h2>
<p>Bugfixes:</p>
<ul>
<li>Fixed accidental rename (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/pull/471">#471</a>).</li>
<li>Fixed parsing of ISO date strings (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/pull/473">#473</a>).</li>
</ul>
<p>Other changes:</p>
<ul>
<li>Updated GCP OAuth Readme (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/pull/464">#464</a>).</li>
<li>Reference Documentation Refactoring (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/pull/467">#467</a>).</li>
<li>Installed local library when generating docs (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/pull/469">#469</a>).</li>
<li>Fixed readme links in pypi (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/pull/472">#472</a>).</li>
<li>Updated a note for installing Python SDK on Databricks Runtime 13.1+
(<a
href="https://redirect.github.com/databricks/databricks-sdk-py/pull/474">#474</a>).</li>
<li>Updated GCP auth readme (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/pull/470">#470</a>).</li>
</ul>
<p>API Changes:</p>
<ul>
<li>Changed <code>update()</code> method 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>Added <code>cloudflare_api_token</code> field for
<code>databricks.sdk.service.catalog.CreateStorageCredential</code>.</li>
<li>Added <code>cloudflare_api_token</code> field for
<code>databricks.sdk.service.catalog.StorageCredentialInfo</code>.</li>
<li>Changed <code>name</code> field for
<code>databricks.sdk.service.catalog.UpdateCatalog</code> to be
required.</li>
<li>Added <code>new_name</code> field for
<code>databricks.sdk.service.catalog.UpdateCatalog</code>.</li>
<li>Changed <code>name</code> field for
<code>databricks.sdk.service.catalog.UpdateConnection</code> to no
longer be required.</li>
<li>Added <code>new_name</code> field for
<code>databricks.sdk.service.catalog.UpdateConnection</code>.</li>
<li>Changed <code>name</code> field for
<code>databricks.sdk.service.catalog.UpdateExternalLocation</code> to be
required.</li>
<li>Added <code>new_name</code> field for
<code>databricks.sdk.service.catalog.UpdateExternalLocation</code>.</li>
<li>Added <code>new_name</code> field for
<code>databricks.sdk.service.catalog.UpdateMetastore</code>.</li>
<li>Added <code>new_name</code> field for
<code>databricks.sdk.service.catalog.UpdateRegisteredModelRequest</code>.</li>
<li>Added <code>new_name</code> field for
<code>databricks.sdk.service.catalog.UpdateSchema</code>.</li>
<li>Changed <code>name</code> field for
<code>databricks.sdk.service.catalog.UpdateStorageCredential</code> to
be required.</li>
<li>Added <code>cloudflare_api_token</code> field for
<code>databricks.sdk.service.catalog.UpdateStorageCredential</code>.</li>
<li>Added <code>new_name</code> field for
<code>databricks.sdk.service.catalog.UpdateStorageCredential</code>.</li>
<li>Added <code>new_name</code> field for
<code>databricks.sdk.service.catalog.UpdateVolumeRequestContent</code>.</li>
<li>Added <code>cloudflare_api_token</code> field for
<code>databricks.sdk.service.catalog.ValidateStorageCredential</code>.</li>
<li>Added <code>databricks.sdk.service.catalog.CloudflareApiToken</code>
dataclass.</li>
<li>Removed <code>continuous</code> field for
<code>databricks.sdk.service.jobs.BaseRun</code>.</li>
<li>Removed <code>continuous</code> field for
<code>databricks.sdk.service.jobs.Run</code>.</li>
<li>Changed <code>job_parameters</code> field for
<code>databricks.sdk.service.jobs.RunJobTask</code> to
<code>databricks.sdk.service.jobs.ParamPairs</code> dataclass.</li>
<li>Added <code>run_if</code> field for
<code>databricks.sdk.service.jobs.SubmitTask</code>.</li>
<li>Added <code>run_job_task</code> field for
<code>databricks.sdk.service.jobs.SubmitTask</code>.</li>
<li>Changed <code>update_config()</code> method for <a
href="https://databricks-sdk-py.readthedocs.io/en/latest/workspace/serving_endpoints.html">w.serving_endpoints</a>
workspace-level service with new required argument order.</li>
<li>Added <code>put()</code> method for <a
href="https://databricks-sdk-py.readthedocs.io/en/latest/workspace/serving_endpoints.html">w.serving_endpoints</a>
workspace-level service.</li>
<li>Added <code>rate_limits</code> field for
<code>databricks.sdk.service.serving.CreateServingEndpoint</code>.</li>
<li>Changed <code>served_models</code> field for
<code>databricks.sdk.service.serving.EndpointCoreConfigInput</code> to
no longer be required.</li>
<li>Added <code>auto_capture_config</code> field for
<code>databricks.sdk.service.serving.EndpointCoreConfigInput</code>.</li>
<li>Added <code>served_entities</code> field for
<code>databricks.sdk.service.serving.EndpointCoreConfigInput</code>.</li>
<li>Added <code>auto_capture_config</code> field for
<code>databricks.sdk.service.serving.EndpointCoreConfigOutput</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.15.0</h2>
<p>Bugfixes:</p>
<ul>
<li>Fixed accidental rename (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/pull/471">#471</a>).</li>
<li>Fixed parsing of ISO date strings (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/pull/473">#473</a>).</li>
</ul>
<p>Other changes:</p>
<ul>
<li>Updated GCP OAuth Readme (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/pull/464">#464</a>).</li>
<li>Reference Documentation Refactoring (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/pull/467">#467</a>).</li>
<li>Installed local library when generating docs (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/pull/469">#469</a>).</li>
<li>Fixed readme links in pypi (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/pull/472">#472</a>).</li>
<li>Updated a note for installing Python SDK on Databricks Runtime 13.1+
(<a
href="https://redirect.github.com/databricks/databricks-sdk-py/pull/474">#474</a>).</li>
<li>Updated GCP auth readme (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/pull/470">#470</a>).</li>
</ul>
<p>API Changes:</p>
<ul>
<li>Changed <code>update()</code> method 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>Added <code>cloudflare_api_token</code> field for
<code>databricks.sdk.service.catalog.CreateStorageCredential</code>.</li>
<li>Added <code>cloudflare_api_token</code> field for
<code>databricks.sdk.service.catalog.StorageCredentialInfo</code>.</li>
<li>Changed <code>name</code> field for
<code>databricks.sdk.service.catalog.UpdateCatalog</code> to be
required.</li>
<li>Added <code>new_name</code> field for
<code>databricks.sdk.service.catalog.UpdateCatalog</code>.</li>
<li>Changed <code>name</code> field for
<code>databricks.sdk.service.catalog.UpdateConnection</code> to no
longer be required.</li>
<li>Added <code>new_name</code> field for
<code>databricks.sdk.service.catalog.UpdateConnection</code>.</li>
<li>Changed <code>name</code> field for
<code>databricks.sdk.service.catalog.UpdateExternalLocation</code> to be
required.</li>
<li>Added <code>new_name</code> field for
<code>databricks.sdk.service.catalog.UpdateExternalLocation</code>.</li>
<li>Added <code>new_name</code> field for
<code>databricks.sdk.service.catalog.UpdateMetastore</code>.</li>
<li>Added <code>new_name</code> field for
<code>databricks.sdk.service.catalog.UpdateRegisteredModelRequest</code>.</li>
<li>Added <code>new_name</code> field for
<code>databricks.sdk.service.catalog.UpdateSchema</code>.</li>
<li>Changed <code>name</code> field for
<code>databricks.sdk.service.catalog.UpdateStorageCredential</code> to
be required.</li>
<li>Added <code>cloudflare_api_token</code> field for
<code>databricks.sdk.service.catalog.UpdateStorageCredential</code>.</li>
<li>Added <code>new_name</code> field for
<code>databricks.sdk.service.catalog.UpdateStorageCredential</code>.</li>
<li>Added <code>new_name</code> field for
<code>databricks.sdk.service.catalog.UpdateVolumeRequestContent</code>.</li>
<li>Added <code>cloudflare_api_token</code> field for
<code>databricks.sdk.service.catalog.ValidateStorageCredential</code>.</li>
<li>Added <code>databricks.sdk.service.catalog.CloudflareApiToken</code>
dataclass.</li>
<li>Removed <code>continuous</code> field for
<code>databricks.sdk.service.jobs.BaseRun</code>.</li>
<li>Removed <code>continuous</code> field for
<code>databricks.sdk.service.jobs.Run</code>.</li>
<li>Changed <code>job_parameters</code> field for
<code>databricks.sdk.service.jobs.RunJobTask</code> to
<code>databricks.sdk.service.jobs.ParamPairs</code> dataclass.</li>
<li>Added <code>run_if</code> field for
<code>databricks.sdk.service.jobs.SubmitTask</code>.</li>
<li>Added <code>run_job_task</code> field for
<code>databricks.sdk.service.jobs.SubmitTask</code>.</li>
<li>Changed <code>update_config()</code> method for <a
href="https://databricks-sdk-py.readthedocs.io/en/latest/workspace/serving_endpoints.html">w.serving_endpoints</a>
workspace-level service with new required argument order.</li>
<li>Added <code>put()</code> method for <a
href="https://databricks-sdk-py.readthedocs.io/en/latest/workspace/serving_endpoints.html">w.serving_endpoints</a>
workspace-level service.</li>
<li>Added <code>rate_limits</code> field for
<code>databricks.sdk.service.serving.CreateServingEndpoint</code>.</li>
<li>Changed <code>served_models</code> field for
<code>databricks.sdk.service.serving.EndpointCoreConfigInput</code> to
no longer be required.</li>
<li>Added <code>auto_capture_config</code> field for
<code>databricks.sdk.service.serving.EndpointCoreConfigInput</code>.</li>
<li>Added <code>served_entities</code> field for
<code>databricks.sdk.service.serving.EndpointCoreConfigInput</code>.</li>
<li>Added <code>auto_capture_config</code> field for
<code>databricks.sdk.service.serving.EndpointCoreConfigOutput</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/1d04851c9d8074eeee25b1f249fc0e7644348915"><code>1d04851</code></a>
Release v0.15.0 (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/issues/478">#478</a>)</li>
<li><a
href="https://github.com/databricks/databricks-sdk-py/commit/741238b785e9fff6bb3b7f124061404ff0a3d4d6"><code>741238b</code></a>
Properly parse ISO date strings (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/issues/473">#473</a>)</li>
<li><a
href="https://github.com/databricks/databricks-sdk-py/commit/595533363cec0071dd9bb80cd8b799e226a2feea"><code>5955333</code></a>
Update GCP auth readme (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/issues/470">#470</a>)</li>
<li><a
href="https://github.com/databricks/databricks-sdk-py/commit/6a87baf54e1b5b25371d5c416c65cfb2549401f6"><code>6a87baf</code></a>
Update a note for installing Python SDK on Databricks Runtime 13.1+ (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/issues/474">#474</a>)</li>
<li><a
href="https://github.com/databricks/databricks-sdk-py/commit/c1ad3de0f92c8e604b5d2a4abff28180978a4f07"><code>c1ad3de</code></a>
Fix readme links in pypi (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/issues/472">#472</a>)</li>
<li><a
href="https://github.com/databricks/databricks-sdk-py/commit/8318612c02a94e68219a79168dcde2f79afeb378"><code>8318612</code></a>
Fix accidental rename (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/issues/471">#471</a>)</li>
<li><a
href="https://github.com/databricks/databricks-sdk-py/commit/9f5b2e728fe8acb0828d5275d4057cfea1b13a37"><code>9f5b2e7</code></a>
Install local library when generating docs (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/issues/469">#469</a>)</li>
<li><a
href="https://github.com/databricks/databricks-sdk-py/commit/efe5ede808879a1a8a83d5e9a0c56dd6c6603724"><code>efe5ede</code></a>
Reference Documentation Refactoring (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/issues/467">#467</a>)</li>
<li><a
href="https://github.com/databricks/databricks-sdk-py/commit/a7719a05380982ae46f038bedca3a97731c51499"><code>a7719a0</code></a>
Update GCP OAuth Readme (<a
href="https://redirect.github.com/databricks/databricks-sdk-py/issues/464">#464</a>)</li>
<li>See full diff in <a
href="https://github.com/databricks/databricks-sdk-py/compare/v0.14.0...v0.15.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
nfx added a commit that referenced this pull request Dec 21, 2023
* Added `databricks labs ucx create-table-mapping` and `databricks labs ucx manual-workspace-info` commands for CLI ([#682](#682)).
* Added `databricks labs ucx installations` command ([#679](#679)).
* Added `databricks labs ucx skip --schema ... --table ...` command to mark table/schema for skipping in the table migration process ([#680](#680)).
* Added `workspace_group_name` and `account_group_name` to `make_ucx_group` fixture ([#664](#664)).
* Added capturing `ANY FILE` and `ANONYMOUS FUNCTION` grants ([#653](#653)).
* Added cluster override and handle case of write protected DBFS ([#610](#610)).
* Added cluster policy selector in the installer ([#655](#655)).
* Added detailed UCX pre-requisite information to README.md ([#689](#689)).
* Added filters to run only cloud specific task ([#681](#681)).
* Added interactive wizard for `databricks labs uninstall ucx` command ([#657](#657)).
* Added more granular error retry logic ([#704](#704)).
* Added parallel fetching of registered model identifiers to speed-up assessment workflow ([#691](#691)).
* Added retry on workspace listing ([#659](#659)).
* Added support for mapping workspace group to account group by prefix/suffix/regex/external id ([#650](#650)).
* Changed cluster security mode from NONE to LEGACY_SINGLE_USER, as `crawl_tables` was failing when run on non-UC Workspace in No Isolation mode with unable to access the config file ([#661](#661)).
* Changed the fields of the table "Tables" to lower case ([#684](#684)).
* Cleanup README.md ([#695](#695)).
* Cleanup installer framework and speed up test execution ([#711](#711)).
* Decouple group configuration from `install.py` ([#714](#714)).
* Enabled integration tests for `EXTERNAL` table migrations ([#677](#677)).
* Enforced `mypy` validation ([#713](#713)).
* Filtering out inventory database from loading into tables and filtering out the same from grant detail view ([#705](#705)).
* Fixed documentation for `reflect_account_groups_on_workspace` task and updated `CONTRIBUTING.md` guide ([#654](#654)).
* Fixed for secret scope apply task always raises ValueError ([#683](#683)).
* Fixed some flaky integration tests ([#700](#700)).
* More `mypy` chores ([#697](#697)).
* Moved `ExternalLocations` and `Mounts` to `locations` module ([#692](#692)).
* New CLI command for workspace mapping ([#678](#678)).
* No more `mypy` chores after this ([#699](#699)).
* Reduce server load for getting workspace groups and their members ([#666](#666)).
* Some `mypy` chores ([#696](#696)).
* Throwing ManyError on migrate-groups tasks ([#710](#710)).
* Updated databricks-sdk requirement from ~=0.13.0 to ~=0.14.0 ([#651](#651)).
* Updated databricks-sdk requirement from ~=0.14.0 to ~=0.15.0 ([#687](#687)).
* Updated databricks-sdk requirement from ~=0.15.0 to ~=0.16.0 ([#712](#712)).
* Updated installation documentation to use Databricks CLI ([#686](#686)).
nfx added a commit that referenced this pull request Dec 21, 2023
* Added `databricks labs ucx create-table-mapping` and `databricks labs ucx manual-workspace-info` commands for CLI ([#682](#682)).
* Added `databricks labs ucx installations` command ([#679](#679)).
* Added `databricks labs ucx skip --schema ... --table ...` command to mark table/schema for skipping in the table migration process ([#680](#680)).
* Added `workspace_group_name` and `account_group_name` to `make_ucx_group` fixture ([#664](#664)).
* Added capturing `ANY FILE` and `ANONYMOUS FUNCTION` grants ([#653](#653)).
* Added cluster override and handle case of write protected DBFS ([#610](#610)).
* Added cluster policy selector in the installer ([#655](#655)).
* Added detailed UCX pre-requisite information to README.md ([#689](#689)).
* Added filters to run only cloud specific task ([#681](#681)).
* Added interactive wizard for `databricks labs uninstall ucx` command ([#657](#657)).
* Added more granular error retry logic ([#704](#704)).
* Added parallel fetching of registered model identifiers to speed-up assessment workflow ([#691](#691)).
* Added retry on workspace listing ([#659](#659)).
* Added support for mapping workspace group to account group by prefix/suffix/regex/external id ([#650](#650)).
* Changed cluster security mode from NONE to LEGACY_SINGLE_USER, as `crawl_tables` was failing when run on non-UC Workspace in No Isolation mode with unable to access the config file ([#661](#661)).
* Changed the fields of the table "Tables" to lower case ([#684](#684)).
* Cleanup README.md ([#695](#695)).
* Cleanup installer framework and speed up test execution ([#711](#711)).
* Decouple group configuration from `install.py` ([#714](#714)).
* Enabled integration tests for `EXTERNAL` table migrations ([#677](#677)).
* Enforced `mypy` validation ([#713](#713)).
* Filtering out inventory database from loading into tables and filtering out the same from grant detail view ([#705](#705)).
* Fixed documentation for `reflect_account_groups_on_workspace` task and updated `CONTRIBUTING.md` guide ([#654](#654)).
* Fixed for secret scope apply task always raises ValueError ([#683](#683)).
* Fixed some flaky integration tests ([#700](#700)).
* More `mypy` chores ([#697](#697)).
* Moved `ExternalLocations` and `Mounts` to `locations` module ([#692](#692)).
* New CLI command for workspace mapping ([#678](#678)).
* No more `mypy` chores after this ([#699](#699)).
* Reduce server load for getting workspace groups and their members ([#666](#666)).
* Some `mypy` chores ([#696](#696)).
* Throwing ManyError on migrate-groups tasks ([#710](#710)).
* Updated installation documentation to use Databricks CLI ([#686](#686)).

Dependency updates:

 * Updated databricks-sdk requirement from ~=0.13.0 to ~=0.14.0 ([#651](#651)).
 * Updated databricks-sdk requirement from ~=0.14.0 to ~=0.15.0 ([#687](#687)).
 * Updated databricks-sdk requirement from ~=0.15.0 to ~=0.16.0 ([#712](#712)).
nfx added a commit that referenced this pull request Dec 21, 2023
* Added `databricks labs ucx create-table-mapping` and `databricks labs ucx manual-workspace-info` commands for CLI ([#682](#682)).
* Added `databricks labs ucx installations` command ([#679](#679)).
* Added `databricks labs ucx skip --schema ... --table ...` command to mark table/schema for skipping in the table migration process ([#680](#680)).
* Added `workspace_group_name` and `account_group_name` to `make_ucx_group` fixture ([#664](#664)).
* Added capturing `ANY FILE` and `ANONYMOUS FUNCTION` grants ([#653](#653)).
* Added cluster override and handle case of write protected DBFS ([#610](#610)).
* Added cluster policy selector in the installer ([#655](#655)).
* Added detailed UCX pre-requisite information to README.md ([#689](#689)).
* Added filters to run only cloud specific task ([#681](#681)).
* Added interactive wizard for `databricks labs uninstall ucx` command ([#657](#657)).
* Added more granular error retry logic ([#704](#704)).
* Added parallel fetching of registered model identifiers to speed-up assessment workflow ([#691](#691)).
* Added retry on workspace listing ([#659](#659)).
* Added support for mapping workspace group to account group by prefix/suffix/regex/external id ([#650](#650)).
* Changed cluster security mode from NONE to LEGACY_SINGLE_USER, as `crawl_tables` was failing when run on non-UC Workspace in No Isolation mode with unable to access the config file ([#661](#661)).
* Changed the fields of the table "Tables" to lower case ([#684](#684)).
* Cleanup README.md ([#695](#695)).
* Cleanup installer framework and speed up test execution ([#711](#711)).
* Decouple group configuration from `install.py` ([#714](#714)).
* Enabled integration tests for `EXTERNAL` table migrations ([#677](#677)).
* Enforced `mypy` validation ([#713](#713)).
* Filtering out inventory database from loading into tables and filtering out the same from grant detail view ([#705](#705)).
* Fixed documentation for `reflect_account_groups_on_workspace` task and updated `CONTRIBUTING.md` guide ([#654](#654)).
* Fixed for secret scope apply task always raises ValueError ([#683](#683)).
* Fixed some flaky integration tests ([#700](#700)).
* More `mypy` chores ([#697](#697)).
* Moved `ExternalLocations` and `Mounts` to `locations` module ([#692](#692)).
* New CLI command for workspace mapping ([#678](#678)).
* No more `mypy` chores after this ([#699](#699)).
* Reduce server load for getting workspace groups and their members ([#666](#666)).
* Some `mypy` chores ([#696](#696)).
* Throwing ManyError on migrate-groups tasks ([#710](#710)).
* Updated installation documentation to use Databricks CLI ([#686](#686)).

Dependency updates:

 * Updated databricks-sdk requirement from ~=0.13.0 to ~=0.14.0 ([#651](#651)).
 * Updated databricks-sdk requirement from ~=0.14.0 to ~=0.15.0 ([#687](#687)).
 * Updated databricks-sdk requirement from ~=0.15.0 to ~=0.16.0 ([#712](#712)).
@nfx nfx mentioned this pull request Dec 21, 2023
nfx added a commit that referenced this pull request Dec 21, 2023
* Added `databricks labs ucx create-table-mapping` and `databricks labs ucx manual-workspace-info` commands for CLI ([#682](#682)).
* Added `databricks labs ucx installations` command ([#679](#679)).
* Added `databricks labs ucx skip --schema ... --table ...` command to mark table/schema for skipping in the table migration process ([#680](#680)).
* Added `workspace_group_name` and `account_group_name` to `make_ucx_group` fixture ([#664](#664)).
* Added capturing `ANY FILE` and `ANONYMOUS FUNCTION` grants ([#653](#653)).
* Added cluster override and handle case of write protected DBFS ([#610](#610)).
* Added cluster policy selector in the installer ([#655](#655)).
* Added detailed UCX pre-requisite information to README.md ([#689](#689)).
* Added filters to run only cloud specific task ([#681](#681)).
* Added interactive wizard for `databricks labs uninstall ucx` command ([#657](#657)).
* Added more granular error retry logic ([#704](#704)).
* Added parallel fetching of registered model identifiers to speed-up assessment workflow ([#691](#691)).
* Added retry on workspace listing ([#659](#659)).
* Added support for mapping workspace group to account group by prefix/suffix/regex/external id ([#650](#650)).
* Changed cluster security mode from NONE to LEGACY_SINGLE_USER, as `crawl_tables` was failing when run on non-UC Workspace in No Isolation mode with unable to access the config file ([#661](#661)).
* Changed the fields of the table "Tables" to lower case ([#684](#684)).
* Cleanup README.md ([#695](#695)).
* Cleanup installer framework and speed up test execution ([#711](#711)).
* Decouple group configuration from `install.py` ([#714](#714)).
* Enabled integration tests for `EXTERNAL` table migrations ([#677](#677)).
* Enforced `mypy` validation ([#713](#713)).
* Filtering out inventory database from loading into tables and filtering out the same from grant detail view ([#705](#705)).
* Fixed documentation for `reflect_account_groups_on_workspace` task and updated `CONTRIBUTING.md` guide ([#654](#654)).
* Fixed for secret scope apply task always raises ValueError ([#683](#683)).
* Fixed some flaky integration tests ([#700](#700)).
* More `mypy` chores ([#697](#697)).
* Moved `ExternalLocations` and `Mounts` to `locations` module ([#692](#692)).
* New CLI command for workspace mapping ([#678](#678)).
* No more `mypy` chores after this ([#699](#699)).
* Reduce server load for getting workspace groups and their members ([#666](#666)).
* Some `mypy` chores ([#696](#696)).
* Throwing ManyError on migrate-groups tasks ([#710](#710)).
* Updated installation documentation to use Databricks CLI ([#686](#686)).

Dependency updates:

 * Updated databricks-sdk requirement from ~=0.13.0 to ~=0.14.0 ([#651](#651)).
 * Updated databricks-sdk requirement from ~=0.14.0 to ~=0.15.0 ([#687](#687)).
 * Updated databricks-sdk requirement from ~=0.15.0 to ~=0.16.0 ([#712](#712)).
@nfx nfx mentioned this pull request Dec 21, 2023
nfx added a commit that referenced this pull request Dec 21, 2023
* Added `databricks labs ucx create-table-mapping` and `databricks labs ucx manual-workspace-info` commands for CLI ([#682](#682)).
* Added `databricks labs ucx installations` command ([#679](#679)).
* Added `databricks labs ucx skip --schema ... --table ...` command to mark table/schema for skipping in the table migration process ([#680](#680)).
* Added `databricks labs ucx validate-external-locations` command for cli ([#715](#715)).
* Added `workspace_group_name` and `account_group_name` to `make_ucx_group` fixture ([#664](#664)).
* Added capturing `ANY FILE` and `ANONYMOUS FUNCTION` grants ([#653](#653)).
* Added cluster override and handle case of write protected DBFS ([#610](#610)).
* Added cluster policy selector in the installer ([#655](#655)).
* Added detailed UCX pre-requisite information to README.md ([#689](#689)).
* Added filters to run only cloud specific task ([#681](#681)).
* Added interactive wizard for `databricks labs uninstall ucx` command ([#657](#657)).
* Added more granular error retry logic ([#704](#704)).
* Added parallel fetching of registered model identifiers to speed-up assessment workflow ([#691](#691)).
* Added retry on workspace listing ([#659](#659)).
* Added support for mapping workspace group to account group by prefix/suffix/regex/external id ([#650](#650)).
* Changed cluster security mode from NONE to LEGACY_SINGLE_USER, as `crawl_tables` was failing when run on non-UC Workspace in No Isolation mode with unable to access the config file ([#661](#661)).
* Changed the fields of the table "Tables" to lower case ([#684](#684)).
* Cleanup README.md ([#695](#695)).
* Cleanup installer framework and speed up test execution ([#711](#711)).
* Decouple group configuration from `install.py` ([#714](#714)).
* Enabled integration tests for `EXTERNAL` table migrations ([#677](#677)).
* Enforced `mypy` validation ([#713](#713)).
* Filtering out inventory database from loading into tables and filtering out the same from grant detail view ([#705](#705)).
* Fixed documentation for `reflect_account_groups_on_workspace` task and updated `CONTRIBUTING.md` guide ([#654](#654)).
* Fixed for secret scope apply task always raises ValueError ([#683](#683)).
* Fixed some flaky integration tests ([#700](#700)).
* More `mypy` chores ([#697](#697)).
* Moved `ExternalLocations` and `Mounts` to `locations` module ([#692](#692)).
* New CLI command for workspace mapping ([#678](#678)).
* No more `mypy` chores after this ([#699](#699)).
* Reduce server load for getting workspace groups and their members ([#666](#666)).
* Some `mypy` chores ([#696](#696)).
* Throwing ManyError on migrate-groups tasks ([#710](#710)).
* Updated installation documentation to use Databricks CLI ([#686](#686)).

Dependency updates:

 * Updated databricks-sdk requirement from ~=0.13.0 to ~=0.14.0 ([#651](#651)).
 * Updated databricks-sdk requirement from ~=0.14.0 to ~=0.15.0 ([#687](#687)).
 * Updated databricks-sdk requirement from ~=0.15.0 to ~=0.16.0 ([#712](#712)).
@nfx nfx mentioned this pull request Dec 21, 2023
nfx added a commit that referenced this pull request Dec 21, 2023
* Added `databricks labs ucx create-table-mapping` and `databricks labs ucx manual-workspace-info` commands for CLI ([#682](#682)).
* Added `databricks labs ucx ensure-assessment-run` to CLI commands ([#708](#708)).
* Added `databricks labs ucx installations` command ([#679](#679)).
* Added `databricks labs ucx skip --schema ... --table ...` command to mark table/schema for skipping in the table migration process ([#680](#680)).
* Added `databricks labs ucx validate-external-locations` command for cli ([#715](#715)).
* Added capturing `ANY FILE` and `ANONYMOUS FUNCTION` grants ([#653](#653)).
* Added cluster override and handle case of write protected DBFS ([#610](#610)).
* Added cluster policy selector in the installer ([#655](#655)).
* Added detailed UCX pre-requisite information to README.md ([#689](#689)).
* Added interactive wizard for `databricks labs uninstall ucx` command ([#657](#657)).
* Added more granular error retry logic ([#704](#704)).
* Added parallel fetching of registered model identifiers to speed-up assessment workflow ([#691](#691)).
* Added retry on workspace listing ([#659](#659)).
* Added support for mapping workspace group to account group by prefix/suffix/regex/external id ([#650](#650)).
* Changed cluster security mode from NONE to LEGACY_SINGLE_USER, as `crawl_tables` was failing when run on non-UC Workspace in No Isolation mode with unable to access the config file ([#661](#661)).
* Changed the fields of the table "Tables" to lower case ([#684](#684)).
* Enabled integration tests for `EXTERNAL` table migrations ([#677](#677)).
* Enforced `mypy` validation ([#713](#713)).
* Filtering out inventory database from loading into tables and filtering out the same from grant detail view ([#705](#705)).
* Fixed documentation for `reflect_account_groups_on_workspace` task and updated `CONTRIBUTING.md` guide ([#654](#654)).
* Fixed secret scope apply task to raise ValueError ([#683](#683)).
* Fixed legacy table ACL ownership migration and other integration testing issues ([#722](#722)).
* Fixed some flaky integration tests ([#700](#700)).
* New CLI command for workspace mapping ([#678](#678)).
* Reduce server load for getting workspace groups and their members ([#666](#666)).
* Throwing ManyError on migrate-groups tasks ([#710](#710)).
* Updated installation documentation to use Databricks CLI ([#686](#686)).

Dependency updates:

 * Updated databricks-sdk requirement from ~=0.13.0 to ~=0.14.0 ([#651](#651)).
 * Updated databricks-sdk requirement from ~=0.14.0 to ~=0.15.0 ([#687](#687)).
 * Updated databricks-sdk requirement from ~=0.15.0 to ~=0.16.0 ([#712](#712)).
nfx added a commit that referenced this pull request Dec 21, 2023
* Added `databricks labs ucx create-table-mapping` and `databricks labs
ucx manual-workspace-info` commands for CLI
([#682](#682)).
* Added `databricks labs ucx ensure-assessment-run` to CLI commands
([#708](#708)).
* Added `databricks labs ucx installations` command
([#679](#679)).
* Added `databricks labs ucx skip --schema ... --table ...` command to
mark table/schema for skipping in the table migration process
([#680](#680)).
* Added `databricks labs ucx validate-external-locations` command for
cli ([#715](#715)).
* Added capturing `ANY FILE` and `ANONYMOUS FUNCTION` grants
([#653](#653)).
* Added cluster override and handle case of write protected DBFS
([#610](#610)).
* Added cluster policy selector in the installer
([#655](#655)).
* Added detailed UCX pre-requisite information to README.md
([#689](#689)).
* Added interactive wizard for `databricks labs uninstall ucx` command
([#657](#657)).
* Added more granular error retry logic
([#704](#704)).
* Added parallel fetching of registered model identifiers to speed-up
assessment workflow
([#691](#691)).
* Added retry on workspace listing
([#659](#659)).
* Added support for mapping workspace group to account group by
prefix/suffix/regex/external id
([#650](#650)).
* Changed cluster security mode from NONE to LEGACY_SINGLE_USER, as
`crawl_tables` was failing when run on non-UC Workspace in No Isolation
mode with unable to access the config file
([#661](#661)).
* Changed the fields of the table "Tables" to lower case
([#684](#684)).
* Enabled integration tests for `EXTERNAL` table migrations
([#677](#677)).
* Enforced `mypy` validation
([#713](#713)).
* Filtering out inventory database from loading into tables and
filtering out the same from grant detail view
([#705](#705)).
* Fixed documentation for `reflect_account_groups_on_workspace` task and
updated `CONTRIBUTING.md` guide
([#654](#654)).
* Fixed secret scope apply task to raise ValueError
([#683](#683)).
* Fixed legacy table ACL ownership migration and other integration
testing issues ([#722](#722)).
* Fixed some flaky integration tests
([#700](#700)).
* New CLI command for workspace mapping
([#678](#678)).
* Reduce server load for getting workspace groups and their members
([#666](#666)).
* Throwing ManyError on migrate-groups tasks
([#710](#710)).
* Updated installation documentation to use Databricks CLI
([#686](#686)).

Dependency updates:

* Updated databricks-sdk requirement from ~=0.13.0 to ~=0.14.0
([#651](#651)).
* Updated databricks-sdk requirement from ~=0.14.0 to ~=0.15.0
([#687](#687)).
* Updated databricks-sdk requirement from ~=0.15.0 to ~=0.16.0
([#712](#712)).
FastLee pushed a commit that referenced this pull request Jan 19, 2024
* Added `databricks labs ucx create-table-mapping` and `databricks labs
ucx manual-workspace-info` commands for CLI
([#682](#682)).
* Added `databricks labs ucx ensure-assessment-run` to CLI commands
([#708](#708)).
* Added `databricks labs ucx installations` command
([#679](#679)).
* Added `databricks labs ucx skip --schema ... --table ...` command to
mark table/schema for skipping in the table migration process
([#680](#680)).
* Added `databricks labs ucx validate-external-locations` command for
cli ([#715](#715)).
* Added capturing `ANY FILE` and `ANONYMOUS FUNCTION` grants
([#653](#653)).
* Added cluster override and handle case of write protected DBFS
([#610](#610)).
* Added cluster policy selector in the installer
([#655](#655)).
* Added detailed UCX pre-requisite information to README.md
([#689](#689)).
* Added interactive wizard for `databricks labs uninstall ucx` command
([#657](#657)).
* Added more granular error retry logic
([#704](#704)).
* Added parallel fetching of registered model identifiers to speed-up
assessment workflow
([#691](#691)).
* Added retry on workspace listing
([#659](#659)).
* Added support for mapping workspace group to account group by
prefix/suffix/regex/external id
([#650](#650)).
* Changed cluster security mode from NONE to LEGACY_SINGLE_USER, as
`crawl_tables` was failing when run on non-UC Workspace in No Isolation
mode with unable to access the config file
([#661](#661)).
* Changed the fields of the table "Tables" to lower case
([#684](#684)).
* Enabled integration tests for `EXTERNAL` table migrations
([#677](#677)).
* Enforced `mypy` validation
([#713](#713)).
* Filtering out inventory database from loading into tables and
filtering out the same from grant detail view
([#705](#705)).
* Fixed documentation for `reflect_account_groups_on_workspace` task and
updated `CONTRIBUTING.md` guide
([#654](#654)).
* Fixed secret scope apply task to raise ValueError
([#683](#683)).
* Fixed legacy table ACL ownership migration and other integration
testing issues ([#722](#722)).
* Fixed some flaky integration tests
([#700](#700)).
* New CLI command for workspace mapping
([#678](#678)).
* Reduce server load for getting workspace groups and their members
([#666](#666)).
* Throwing ManyError on migrate-groups tasks
([#710](#710)).
* Updated installation documentation to use Databricks CLI
([#686](#686)).

Dependency updates:

* Updated databricks-sdk requirement from ~=0.13.0 to ~=0.14.0
([#651](#651)).
* Updated databricks-sdk requirement from ~=0.14.0 to ~=0.15.0
([#687](#687)).
* Updated databricks-sdk requirement from ~=0.15.0 to ~=0.16.0
([#712](#712)).
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