feat(cli): live workspace picker for flat resource types on add - #521
Draft
MarioCadenas wants to merge 1 commit into
Draft
feat(cli): live workspace picker for flat resource types on add#521MarioCadenas wants to merge 1 commit into
MarioCadenas wants to merge 1 commit into
Conversation
- New workspace-picker module lists real workspace resources via 'databricks <group> list -o json' (spawn, no SDK) for the 8 flat-listable types (sql_warehouse, job, serving_endpoint, uc_connection, database, genie_space, experiment, app). - The .env value provider now offers a clack select of real resources for these types, with an 'Enter manually' escape. Degrades to free-text on any failure (no profile, offline, auth error, empty list) — never hard-fails. - Profile resolved from --profile, else the CLI's active default. id/label fields mapped per type (job->job_id, genie->space_id, experiment-> experiment_id, etc.). - 15 tests with the CLI runner injected (choice parsing, wrapper unwrap, numeric-id coercion, profile passthrough, all failure paths). Signed-off-by: MarioCadenas <MarioCadenas@users.noreply.github.com>
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.
Stack 6/7 — base: `feat/registry-parity-wire`
What
Tests
15 tests with the CLI runner injected: choice parsing, wrapper unwrap, numeric-id coercion, profile passthrough, all failure paths.
Verify before merge
Picker paths are unit-tested with mocked spawn — worth one manual `appkit add analytics` on dogfood.
Part of the resource-aware `appkit add` stack (6/7).