Uh oh!
There was an error while loading. Please reload this page.
Revert "Detect mismatch between host defined in config and env variable (#2549) - #2685
Merged
Conversation
ilyakuz-db
requested review from
andrewnester, anton-107, denik, pietern and shreyas-goenka
as code ownersApril 9, 2025 09:29
ilyakuz-dbtemporarily deployed
to
test-trigger-is
April 9, 2025 09:30 — with
GitHub Actions
Inactive
ilyakuz-dbtemporarily deployed
to
test-trigger-is
April 9, 2025 09:31 — with
GitHub Actions
Inactive
ilyakuz-db
commented
Apr 9, 2025
| * Added JSON schema for resource permissions ([#2674](https://github.com/databricks/cli/pull/2674)) | ||
| * Removed pipeline 'deployment' field from jsonschema ([#2653](https://github.com/databricks/cli/pull/2653)) | ||
| * Updated JSON schema for deprecated pipeline fields ([#2646](https://github.com/databricks/cli/pull/2646)) | ||
| * Reverts [#2549](https://github.com/databricks/cli/pull/2549) to resolve issues with Web Terminal host mismatch ([#2685](https://github.com/databricks/cli/pull/2685)) |
ContributorAuthor
There was a problem hiding this comment.
Is it ok to put it here or some other section more relevant?
Contributor
There was a problem hiding this comment.
Yes, I think it's a good call out like this
andrewnester
approved these changes
Apr 9, 2025
| * Added JSON schema for resource permissions ([#2674](https://github.com/databricks/cli/pull/2674)) | ||
| * Removed pipeline 'deployment' field from jsonschema ([#2653](https://github.com/databricks/cli/pull/2653)) | ||
| * Updated JSON schema for deprecated pipeline fields ([#2646](https://github.com/databricks/cli/pull/2646)) | ||
| * Reverts [#2549](https://github.com/databricks/cli/pull/2549) to resolve issues with Web Terminal host mismatch ([#2685](https://github.com/databricks/cli/pull/2685)) |
Contributor
There was a problem hiding this comment.
Yes, I think it's a good call out like this
ilyakuz-dbtemporarily deployed
to
test-trigger-is
April 9, 2025 10:51 — with
GitHub Actions
Inactive
deco-sdk-taggingBot
added a commit
that referenced
this pull request
Apr 9, 2025
## Release v0.247.0 ### CLI * Added include/exclude flags support to sync command ([#2650](#2650)) ### Bundles * Added support for model serving endpoints in deployment bind/unbind commands ([#2634](#2634)) * Added include/exclude flags support to bundle sync command ([#2650](#2650)) * Added JSON schema for resource permissions ([#2674](#2674)) * Removed pipeline 'deployment' field from jsonschema ([#2653](#2653)) * Updated JSON schema for deprecated pipeline fields ([#2646](#2646)) * The --config-dir and --source-dir flags for "bundle generate app" are now relative to CWD, not bundle root ([#2683](#2683)) * Reverts [#2549](#2549) to resolve issues with Web Terminal host mismatch ([#2685](#2685))
denik pushed a commit
that referenced
this pull request
May 20, 2026
## Release v0.247.0 ### CLI * Added include/exclude flags support to sync command ([#2650](#2650)) ### Bundles * Added support for model serving endpoints in deployment bind/unbind commands ([#2634](#2634)) * Added include/exclude flags support to bundle sync command ([#2650](#2650)) * Added JSON schema for resource permissions ([#2674](#2674)) * Removed pipeline 'deployment' field from jsonschema ([#2653](#2653)) * Updated JSON schema for deprecated pipeline fields ([#2646](#2646)) * The --config-dir and --source-dir flags for "bundle generate app" are now relative to CWD, not bundle root ([#2683](#2683)) * Reverts [#2549](#2549) to resolve issues with Web Terminal host mismatch ([#2685](#2685))
This file contains hidden or 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
Sign up for freeto 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.
Changes
This reverts commit 314766a.
Why
In the Web Terminal, the
DATABRICKS_HOSTenvironment variable is always set to the shard host, which may cause unexpected host mismatch validation errors.Addresses #2672.