Uh oh!
There was an error while loading. Please reload this page.
Add presets.artifacts_dynamic_version setting - #3074
Merged
Conversation
denik
requested review from
andrewnester, anton-107, pietern and shreyas-goenka
as code ownersJune 17, 2025 14:15
shreyas-goenka
approved these changes
Jun 17, 2025
Uh oh!
There was an error while loading. Please reload this page.
pietern
approved these changes
Jun 17, 2025
pietern
left a comment
Contributor
There was a problem hiding this comment.
LGTM
The JSON schema needs to be updated.
denikforce-pushed
the
denik/artifacts_use_dynamic_version
branch
from
June 17, 2025 18:26
5f85997 to
65aadedCompareUh oh!
There was an error while loading. Please reload this page.
denik
disabled auto-merge
June 17, 2025 18:49
denik
enabled auto-merge
June 17, 2025 20:47
denikforce-pushed
the
denik/artifacts_use_dynamic_version
branch
from
June 18, 2025 07:52
c568150 to
c44c7dbCompareCo-authored-by: Julia Crawford (Databricks) <julia.crawford@databricks.com>
denikforce-pushed
the
denik/artifacts_use_dynamic_version
branch
from
June 18, 2025 08:42
c44c7db to
8329951Comparepietern
commented
Jun 18, 2025
Contributor
@denik The PR summary is out of date with the new name. |
lennartkats-db
approved these changes
Jun 18, 2025
denik
disabled auto-merge
June 18, 2025 11:01
deco-sdk-taggingBot
added a commit
that referenced
this pull request
Jun 18, 2025
## Release v0.256.0 ### Bundles * When building Python artifacts as part of "bundle deploy" we no longer delete `dist`, `build`, `*egg-info` and `__pycache__` directories ([#2982](#2982)) * When glob for wheels is used, like "\*.whl", it will filter out different version of the same package and will only take the most recent version ([#2982](#2982)) * Add preset `presets.artifacts_dynamic_version` that automatically enables `dynamic_version: true` on all "whl" artifacts ([#3074](#3074)) * Update client version to "2" for the serverless variation of the default-python template ([#3083](#3083)) * Fix reading dashboard contents when the sync root is different than the bundle root ([#3006](#3006)) * Fix variable resolution for lookup variables with other references ([#3054](#3054)) * Allow users to override the Terraform version to use by setting the `DATABRICKS_TF_VERSION` environment variable ([#3069](#3069))
denik added a commit
that referenced
this pull request
May 20, 2026
## Changes Add new bundle setting presets.artifacts_dynamic_version. If set to true, all whl artifacts (in a given target) will get dynamic_version: true setting. ## Why We want to set this to true for all artifacts in all targets without repeating every artifact under targets. #3042 ## Tests New acceptance test. --------- Co-authored-by: Julia Crawford (Databricks) <julia.crawford@databricks.com>
denik pushed a commit
that referenced
this pull request
May 20, 2026
## Release v0.256.0 ### Bundles * When building Python artifacts as part of "bundle deploy" we no longer delete `dist`, `build`, `*egg-info` and `__pycache__` directories ([#2982](#2982)) * When glob for wheels is used, like "\*.whl", it will filter out different version of the same package and will only take the most recent version ([#2982](#2982)) * Add preset `presets.artifacts_dynamic_version` that automatically enables `dynamic_version: true` on all "whl" artifacts ([#3074](#3074)) * Update client version to "2" for the serverless variation of the default-python template ([#3083](#3083)) * Fix reading dashboard contents when the sync root is different than the bundle root ([#3006](#3006)) * Fix variable resolution for lookup variables with other references ([#3054](#3054)) * Allow users to override the Terraform version to use by setting the `DATABRICKS_TF_VERSION` environment variable ([#3069](#3069))
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 new bundle setting presets.artifacts_dynamic_version. If set to true, all whl artifacts (in a given target) will get dynamic_version: true setting.
Why
We want to set this to true for all artifacts in all targets without repeating every artifact under targets. #3042
Tests
New acceptance test.