Uh oh!
There was an error while loading. Please reload this page.
Add resources/*/*.yml as default include in templates - #3024
Merged
Conversation
fjakobs
requested review from
andrewnester, anton-107, denik, pietern and shreyas-goenka
as code ownersJune 10, 2025 13:43
fjakobsforce-pushed
the
fjakobs/nested-resources-includes
branch
from
June 10, 2025 13:44
3dc4821 to
a192195Compareandrewnester
approved these changes
Jun 10, 2025
resources/*/*.yml as default includeresources/*/*.yml as default include in templatesContributor
I changed title a bit as otherwise it seems it's core functionality change, not template change. Could you also add Why section? |
fjakobs
commented
Jun 10, 2025
ContributorAuthor
@denik I've added the |
denik
approved these changes
Jun 10, 2025
denik
commented
Jun 10, 2025
Contributor
I think this also deserves NEXT_CHANGELOG.md entry |
fjakobs
enabled auto-merge
June 11, 2025 08:47
deco-sdk-taggingBot
added a commit
that referenced
this pull request
Jun 11, 2025
## Release v0.255.0 ### Notable Changes * Fix `databricks auth login` to tolerate URLs copied from the browser ([#3001](#3001)). ### CLI * Use OS aware runner instead of bash for run-local command ([#2996](#2996)) ### Bundles * Fix "bundle summary -o json" to render null values properly ([#2990](#2990)) * Fix dashboard generation for already imported dashboard ([#3016](#3016)) * Fixed null pointer de-reference if artifacts missing fields ([#3022](#3022)) * Update bundle templates to also include `resources/*/*.yml` ([#3024](#3024)) * Apply YAML formatter on default-python and dbt-sql templates ([#3026](#3026))
denik pushed a commit
that referenced
this pull request
May 20, 2026
## Changes Update default includes to allow pipeline folders under the `resources` folder. ## Why DABs in the Workspace is adding a feature that adds pipeline folders under `resources/`. This change makes sure that projects initialized from templates don't need to be modified in order to includes these pipelines. ## Tests <!-- How have you tested the changes? --> <!-- 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.255.0 ### Notable Changes * Fix `databricks auth login` to tolerate URLs copied from the browser ([#3001](#3001)). ### CLI * Use OS aware runner instead of bash for run-local command ([#2996](#2996)) ### Bundles * Fix "bundle summary -o json" to render null values properly ([#2990](#2990)) * Fix dashboard generation for already imported dashboard ([#3016](#3016)) * Fixed null pointer de-reference if artifacts missing fields ([#3022](#3022)) * Update bundle templates to also include `resources/*/*.yml` ([#3024](#3024)) * Apply YAML formatter on default-python and dbt-sql templates ([#3026](#3026))
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
Update default includes to allow pipeline folders under the
resourcesfolder.Why
DABs in the Workspace is adding a feature that adds pipeline folders under
resources/. This change makes sure that projects initialized from templates don't need to be modified in order to includes these pipelines.Tests