Uh oh!
There was an error while loading. Please reload this page.
Add support for valueFrom property (similar to app.yaml) inside Apps config field in bundle configuration - #4297
Merged
Merged
Conversation
andrewnester
requested review from
anton-107, denik, pietern and shreyas-goenka
as code ownersJanuary 16, 2026 10:07
andrewnestertemporarily deployed
to
test-trigger-is
January 16, 2026 10:07 — with
GitHub Actions
Inactive
andrewnestertemporarily deployed
to
test-trigger-is
January 16, 2026 10:21 — with
GitHub Actions
Inactive
pietern
approved these changes
Jan 16, 2026
Uh oh!
There was an error while loading. Please reload this page.
| ### CLI | ||
| ### Bundles | ||
| * Add support for valueFrom in Apps config ([#4297](https://github.com/databricks/cli/pull/4297)) |
Contributor
There was a problem hiding this comment.
In isolation this is hard to understand. Can you expand this a bit?
andrewnestertemporarily deployed
to
test-trigger-is
January 16, 2026 10:34 — with
GitHub Actions
Inactive
andrewnestertemporarily deployed
to
test-trigger-is
January 16, 2026 10:44 — with
GitHub Actions
Inactive
Collaborator
Commit: 7e6aaf2
20 interesting tests: 12 RECOVERED, 6 KNOWN, 1 SKIP, 1 flaky
Top 50 slowest tests (at least 2 minutes):
|
eng-dev-ecosystem-bot
commented
Jan 16, 2026
Collaborator
Commit: d81cb0b
22 interesting tests: 12 RECOVERED, 6 KNOWN, 3 FAIL, 1 SKIP
Top 50 slowest tests (at least 2 minutes):
|
deco-sdk-taggingBot
added a commit
that referenced
this pull request
Jan 21, 2026
## Release v0.284.0 ### Bundles * Pass additional Azure DevOps `SYSTEM_*` environment variables to Terraform for OIDC authentication: `SYSTEM_COLLECTIONURI`, `SYSTEM_DEFINITIONID`, `SYSTEM_HOSTTYPE`, `SYSTEM_JOBID`, `SYSTEM_TEAMPROJECT` ([#4318](#4318)) * Add support for valueFrom property (similar to app.yaml) inside Apps config field in bundle configuration ([#4297](#4297)) * engine/direct: Support bind & unbind. ([#4279](#4279)) * engine/direct: Ignore changes between nulls and empty slices/maps (([#4313](#4313))) * engine/direct: Ignore changes between nulls and empty structs (([#4338](#4338))) * On terraform `bundle plan -o json` will no longer include plan_version key, it's intended for direct engine only (([#4314](#4314)))
m-abulazm
commented
Feb 2, 2026
Hi @andrewnester I still cannot use it. databricks.yml: |
m-abulazm
commented
Feb 2, 2026
also deploying fails |
andrewnester
commented
Feb 3, 2026
ContributorAuthor
Hi @m-abulazm ! Sorry for confusion. Actual name of the field in bundle config should be |
andrewnester added a commit
that referenced
this pull request
Feb 4, 2026
…p config section (#4429) ## Changes Show warning message if camel case field is used instead of snake case ## Why DABs syntax uses snake case for all the configuration fields. Sometimes users might use camelCase instead which leads to a warning. With this change we guide users to use the correct field name. Fixes#4297 (comment) ## Tests Added an acceptance test <!-- If your PR needs to be included in the release notes for next release, add a separate entry in NEXT_CHANGELOG.md as part of your PR. -->
denik pushed a commit
that referenced
this pull request
May 20, 2026
…config field in bundle configuration (#4297) ## Changes Add support for valueFrom property (similar to app.yaml) inside Apps config field in bundle configuration ## Why Fixes#4288 ## Tests Added a unit test <!-- If your PR needs to be included in the release notes for next release, add a separate entry in NEXT_CHANGELOG.md as part of your PR. -->
denik pushed a commit
that referenced
this pull request
May 20, 2026
## Release v0.284.0 ### Bundles * Pass additional Azure DevOps `SYSTEM_*` environment variables to Terraform for OIDC authentication: `SYSTEM_COLLECTIONURI`, `SYSTEM_DEFINITIONID`, `SYSTEM_HOSTTYPE`, `SYSTEM_JOBID`, `SYSTEM_TEAMPROJECT` ([#4318](#4318)) * Add support for valueFrom property (similar to app.yaml) inside Apps config field in bundle configuration ([#4297](#4297)) * engine/direct: Support bind & unbind. ([#4279](#4279)) * engine/direct: Ignore changes between nulls and empty slices/maps (([#4313](#4313))) * engine/direct: Ignore changes between nulls and empty structs (([#4338](#4338))) * On terraform `bundle plan -o json` will no longer include plan_version key, it's intended for direct engine only (([#4314](#4314)))
denik pushed a commit
that referenced
this pull request
May 20, 2026
…p config section (#4429) ## Changes Show warning message if camel case field is used instead of snake case ## Why DABs syntax uses snake case for all the configuration fields. Sometimes users might use camelCase instead which leads to a warning. With this change we guide users to use the correct field name. Fixes#4297 (comment) ## Tests Added an acceptance test <!-- If your PR needs to be included in the release notes for next release, add a separate entry in NEXT_CHANGELOG.md as part of your PR. -->
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
Add support for valueFrom property (similar to app.yaml) inside Apps config field in bundle configuration
Why
Fixes#4288
Tests
Added a unit test