Enable unified host support without flag#1358
Open
hectorcast-db wants to merge 3 commits intomainfrom
Open
Conversation
Remove the `experimental_is_unified_host` flag and enable host metadata resolution for all hosts automatically. Update README to document the default authentication flow including cloud auto-detection and auth_type forcing. Add NEXT_CHANGELOG entry for the new feature. Co-authored-by: Isaac
hectorcast-db
commented
Mar 25, 2026
|
|
||
| 1. [Databricks native authentication](#databricks-native-authentication) | ||
| 2. [Azure native authentication](#azure-native-authentication) | ||
| 3. [GCP native authentication](#google-cloud-platform-native-authentication) |
Contributor
Author
There was a problem hiding this comment.
Unrelated, but was missing
Add a new "Unified host support" section to the README explaining that a single configuration profile can serve both WorkspaceClient and AccountClient when the host supports it and both account_id and workspace_id are available. Update changelog entry accordingly. Co-authored-by: Isaac
Contributor
Author
Range-diff: main (6b2f59c -> c7938a9)
Reproduce locally: |
Co-authored-by: Isaac
Contributor
Author
Range-diff: main (c7938a9 -> 5357947)
Reproduce locally: |
tanmay-db
approved these changes
Mar 26, 2026
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 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.
🥞 Stacked PR
Use this link to review incremental changes.
Summary
Remove the
experimental_is_unified_hostflag, which was not used anymore. Update README to document the new support, the updates to default authentication flow and auto detection.This PR includes no behavioral changes.
Co-authored-by: Isaac
How is this tested?
N/A