Skip to content

Ignore CLI version check on development builds of the CLI#1714

Merged
lennartkats-db merged 1 commit intodatabricks:mainfrom
lennartkats-db:dev-version-checks
Aug 23, 2024
Merged

Ignore CLI version check on development builds of the CLI#1714
lennartkats-db merged 1 commit intodatabricks:mainfrom
lennartkats-db:dev-version-checks

Conversation

@lennartkats-db
Copy link
Copy Markdown
Contributor

Changes

This changes makes sure we ignore CLI version check on development builds of the CLI.

Before:

$ cat databricks.yml | grep cli_version
  databricks_cli_version: ">= 0.223.1"
$ cli bundle deploy
Error: Databricks CLI version constraint not satisfied. Required: >= 0.223.1, current: 0.0.0-dev+06b169284737

after

...
$ cli bundle deploy
...
Warning: Ignoring Databricks CLI version constraint for development build. Required: >= 0.223.1, current: 0.0.0-dev+d52d6f08fcd5

Tests

@lennartkats-db lennartkats-db marked this pull request as ready for review August 23, 2024 09:47
@lennartkats-db lennartkats-db added this pull request to the merge queue Aug 23, 2024
Merged via the queue into databricks:main with commit 84b4774 Aug 23, 2024
@lennartkats-db lennartkats-db deleted the dev-version-checks branch August 23, 2024 10:20
andrewnester added a commit that referenced this pull request Aug 28, 2024
CLI:
 * Disable prompt for storage-credentials get command ([#1723](#1723)).

Bundles:
 * Do not treat empty path as a local path ([#1717](#1717)).
 * Correctly mark PyPI package name specs with multiple specifiers as remote libraries ([#1725](#1725)).
 * Improve error handling for /Volumes paths in mode: development ([#1716](#1716)).

Internal:
 * Revert hc-install version to 0.7.0 ([#1711](#1711)).
 * Ignore CLI version check on development builds of the CLI ([#1714](#1714)).

API Changes:
 * Added `databricks resource-quotas` command group.
 * Added `databricks policy-compliance-for-clusters` command group.
 * Added `databricks policy-compliance-for-jobs` command group.

OpenAPI commit 3eae49b444cac5a0118a3503e5b7ecef7f96527a (2024-08-21)
Dependency updates:
 * Bump github.com/databricks/databricks-sdk-go from 0.44.0 to 0.45.0 ([#1719](#1719)).
github-merge-queue bot pushed a commit that referenced this pull request Aug 28, 2024
CLI:
* Disable prompt for storage-credentials get command
([#1723](#1723)).

Bundles:
* Do not treat empty path as a local path
([#1717](#1717)).
* Correctly mark PyPI package name specs with multiple specifiers as
remote libraries ([#1725](#1725)).
* Improve error handling for /Volumes paths in mode: development
([#1716](#1716)).

Internal:
* Ignore CLI version check on development builds of the CLI
([#1714](#1714)).

API Changes:
 * Added `databricks resource-quotas` command group.
 * Added `databricks policy-compliance-for-clusters` command group.
 * Added `databricks policy-compliance-for-jobs` command group.

OpenAPI commit 3eae49b444cac5a0118a3503e5b7ecef7f96527a (2024-08-21)
Dependency updates:
* Bump github.com/databricks/databricks-sdk-go from 0.44.0 to 0.45.0
([#1719](#1719)).
* Revert hc-install version to 0.7.0
([#1711](#1711)).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants