[Internal] Add support for workspace_id in profiles command#4404
Merged
[Internal] Add support for workspace_id in profiles command#4404
workspace_id in profiles command#4404Conversation
Collaborator
|
Commit: d7dcaa8
15 interesting tests: 7 KNOWN, 7 SKIP, 1 RECOVERED
Top 12 slowest tests (at least 2 minutes):
|
Collaborator
|
Commit: d7dcaa8
19 interesting tests: 9 KNOWN, 5 SKIP, 4 RECOVERED, 1 flaky
Top 50 slowest tests (at least 2 minutes):
|
workspace_id in profiles command
ilia-db
approved these changes
Feb 2, 2026
simonfaltum
approved these changes
Feb 2, 2026
pietern
requested changes
Feb 2, 2026
pietern
approved these changes
Feb 3, 2026
Contributor
|
Thank you! |
deco-sdk-tagging bot
added a commit
that referenced
this pull request
Feb 5, 2026
## Release v0.287.0 ### CLI * Add Lakebase Autoscaling support to `psql` command ([#4399](#4399)) * Add `workspace_id` to the profiles command ([#4404](#4404)) ### Bundles * Add support for Lakebase resources (postgres_projects, postgres_branches, postgres_endpoints) ([#4423](#4423)) * Add missing values to SchemaGrantPrivilege enum ([#4380](#4380)) * Added support for UC catalogs (only in direct mode) ([#4342](#4342)) * engine/direct: Fix updates to fields being ignored for database_catalogs, synced_database_tables (([#4388](#4388))) * engine/direct: Fix migration for database_instances, database_catalog, synced_database_tables ([#4424](#4424)) * Show warning message if valueFrom is used instead of value_from in app config section ([$4429](#4429))
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.
Changes
workspace_idin the profiles commandWhy
VSCode Extension filters out the account hosts after running the CLI profiles command. By adding workspace_id, we would not filter the profiles that have workspace_id set and keep the existing behaviour for filtering out the account hosts.
Tests
$ databricks auth profiles list --output jsonon local CLI build over the changes and verify workspace_id is present.