Skip to content

Fix panic in auto-completion handler for bundle run/open - #3358

Merged
denik merged 2 commits into
mainfrom
denik/fix-completion
Aug 5, 2025
Merged

Fix panic in auto-completion handler for bundle run/open#3358
denik merged 2 commits into
mainfrom
denik/fix-completion

Conversation

@denik

@denikdenik commented Aug 5, 2025

Copy link
Copy Markdown
Contributor

Why

Regression introduced in #3175 / version 0.259.0.

Fixes#3338

Tests

New acceptance tests that trigger completion handler for bundle/open.

@denik
deniktemporarily deployed to test-trigger-is August 5, 2025 13:38 — with GitHub Actions Inactive
@eng-dev-ecosystem-bot

eng-dev-ecosystem-bot commented Aug 5, 2025

Copy link
Copy Markdown
Collaborator

Run: 16751736317

Env✅‌pass🔄‌flaky🙈‌skip
✅‌aws linux308459
✅‌aws windows309458
✅‌aws-ucws linux414359
✅‌aws-ucws windows415358
🔄‌azure linux3053458
✅‌azure windows309457
🔄‌azure-ucws linux4142356
✅‌azure-ucws windows417355
✅‌gcp linux307460
✅‌gcp windows308459
Test Nameazure linuxazure-ucws linux
TestAccept🔄‌flaky🔄‌flaky
TestAccept/bundle/templates/default-python/integration_classic🔄‌flaky✅‌pass
TestAccept/bundle/templates/default-python/integration_classic/DATABRICKS_CLI_DEPLOYMENT=terraform/UV_PYTHON=3.10🔄‌flaky✅‌pass
TestAccept/terraform✅‌pass🔄‌flaky

@denik
denik added this pull request to the merge queueAug 5, 2025
Merged via the queue into main with commit 9ba2186Aug 5, 2025
13 checks passed
@denik
denik deleted the denik/fix-completion branch August 5, 2025 14:28
deco-sdk-taggingBot added a commit that referenced this pull request Aug 6, 2025
## Release v0.263.0
### CLI
* Show "DEFAULT" as the default profile for `databricks auth login` [#3252](#3252)
### Bundles
* Always set default value for source field for tasks if not explicitly set already ([#3359](#3359))
* Fix panic in auto completion handler for bundler run/open. Regression introduced in 0.259.0. [#3358](#3358)
* Fix error propagation in the `bundle generate dashboard` command. Regression introduced in 0.259.0. [#3354](#3354)
alyssa-db pushed a commit that referenced this pull request Aug 7, 2025
## Why
Regression introduced in #3175 /
version 0.259.0.
Fixes#3338
## Tests
New acceptance tests that trigger completion handler for bundle/open.
alyssa-db pushed a commit that referenced this pull request Aug 7, 2025
## Release v0.263.0
### CLI
* Show "DEFAULT" as the default profile for `databricks auth login` [#3252](#3252)
### Bundles
* Always set default value for source field for tasks if not explicitly set already ([#3359](#3359))
* Fix panic in auto completion handler for bundler run/open. Regression introduced in 0.259.0. [#3358](#3358)
* Fix error propagation in the `bundle generate dashboard` command. Regression introduced in 0.259.0. [#3354](#3354)
github-merge-queueBot pushed a commit that referenced this pull request Aug 13, 2025
## Changes
Copying fix applied to autocompletion in bundle to pipelines run/open:
#3358
## Why
Before, cmd.ValidArgsFunction is not working properly, as in the
terminal, Tab does not autocomplete the resource key.
databricks pipelines run ... Now autocompletes with
databricks pipelines run resource-name
## Tests
New acceptance tests that trigger completion handler for pipelines
run/open.
denik added a commit that referenced this pull request May 20, 2026
## Why
Regression introduced in #3175 /
version 0.259.0.
Fixes#3338
## Tests
New acceptance tests that trigger completion handler for bundle/open.
denik pushed a commit that referenced this pull request May 20, 2026
## Release v0.263.0
### CLI
* Show "DEFAULT" as the default profile for `databricks auth login` [#3252](#3252)
### Bundles
* Always set default value for source field for tasks if not explicitly set already ([#3359](#3359))
* Fix panic in auto completion handler for bundler run/open. Regression introduced in 0.259.0. [#3358](#3358)
* Fix error propagation in the `bundle generate dashboard` command. Regression introduced in 0.259.0. [#3354](#3354)
denik pushed a commit that referenced this pull request May 20, 2026
## Changes
Copying fix applied to autocompletion in bundle to pipelines run/open:
#3358
## Why
Before, cmd.ValidArgsFunction is not working properly, as in the
terminal, Tab does not autocomplete the resource key.
databricks pipelines run ... Now autocompletes with
databricks pipelines run resource-name
## Tests
New acceptance tests that trigger completion handler for pipelines
run/open.
Sign up for freeto 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.

Autocomplete in "bundle run"

3 participants

@denik@eng-dev-ecosystem-bot@andrewnester