Uh oh!
There was an error while loading. Please reload this page.
Show an error when non-yaml files used in include section - #2201
Merged
Conversation
andrewnester
requested review from
denik, pietern and shreyas-goenka
as code ownersJanuary 21, 2025 14:32
andrewnestertemporarily deployed
to
test-trigger-is
January 21, 2025 14:32 — with
GitHub Actions
Inactive
denik
approved these changes
Jan 21, 2025
pietern
reviewed
Jan 21, 2025
Uh oh!
There was an error while loading. Please reload this page.
andrewnestertemporarily deployed
to
test-trigger-is
January 21, 2025 14:42 — with
GitHub Actions
Inactive
andrewnestertemporarily deployed
to
test-trigger-is
January 21, 2025 15:13 — with
GitHub Actions
Inactive
andrewnester
enabled auto-merge
January 21, 2025 15:17
pietern
approved these changes
Jan 21, 2025
pietern
left a comment
Contributor
There was a problem hiding this comment.
@juliacrawf-db Could you TAL at the message + call to action?
andrewnester
disabled auto-merge
January 21, 2025 15:20
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Julia Crawford (Databricks) <julia.crawford@databricks.com>
andrewnestertemporarily deployed
to
test-trigger-is
January 23, 2025 12:58 — with
GitHub Actions
Inactive
Co-authored-by: Julia Crawford (Databricks) <julia.crawford@databricks.com>
andrewnestertemporarily deployed
to
test-trigger-is
January 23, 2025 12:58 — with
GitHub Actions
Inactive
andrewnestertemporarily deployed
to
test-trigger-is
January 23, 2025 13:06 — with
GitHub Actions
Inactive
andrewnester
enabled auto-merge
January 23, 2025 13:06
andrewnester added a commit
that referenced
this pull request
Jan 23, 2025
CLI: * Added text output templates for apps list and list-deployments ([#2175](#2175)). * Fix duplicate "apps" entry in help output ([#2191](#2191)). Bundles: * Allow yaml-anchors in schema ([#2200](#2200)). * Show an error when non-yaml files used in include section ([#2201](#2201)). * Set WorktreeRoot to sync root outside git repo ([#2197](#2197)). * fix: Detailed message for using source-linked deployment with file_path specified ([#2119](#2119)). * Allow using variables in enum fields ([#2199](#2199)). * Add experimental-jobs-as-code template ([#2177](#2177)). * Reading variables from file ([#2171](#2171)). * Fixed an apps message order and added output test ([#2174](#2174)). * Default to forward slash-separated paths for path translation ([#2145](#2145)). * Include a materialized copy of built-in templates ([#2146](#2146)).
github-merge-queueBot
pushed a commit
that referenced
this pull request
Jan 23, 2025
CLI: * Added text output templates for apps list and list-deployments ([#2175](#2175)). * Fix duplicate "apps" entry in help output ([#2191](#2191)). Bundles: * Allow yaml-anchors in schema ([#2200](#2200)). * Show an error when non-yaml files used in include section ([#2201](#2201)). * Set WorktreeRoot to sync root outside git repo ([#2197](#2197)). * fix: Detailed message for using source-linked deployment with file_path specified ([#2119](#2119)). * Allow using variables in enum fields ([#2199](#2199)). * Add experimental-jobs-as-code template ([#2177](#2177)). * Reading variables from file ([#2171](#2171)). * Fixed an apps message order and added output test ([#2174](#2174)). * Default to forward slash-separated paths for path translation ([#2145](#2145)). * Include a materialized copy of built-in templates ([#2146](#2146)).
spoltier added a commit
to spoltier/databricks-cli
that referenced
this pull request
Jan 29, 2025
databricks#2201 disabled using JSON as part of a bundle definition. I believe this was not intended.
Merged
andrewnester pushed a commit
that referenced
this pull request
Feb 4, 2025
denik pushed a commit
that referenced
this pull request
May 20, 2026
## Changes `include` section is used only to include other bundle configuration YAML files. If any other file type is used, raise an error and guide users to use `sync.include` instead ## Tests Added acceptance test --------- Co-authored-by: Julia Crawford (Databricks) <julia.crawford@databricks.com>
denik pushed a commit
that referenced
this pull request
May 20, 2026
CLI: * Added text output templates for apps list and list-deployments ([#2175](#2175)). * Fix duplicate "apps" entry in help output ([#2191](#2191)). Bundles: * Allow yaml-anchors in schema ([#2200](#2200)). * Show an error when non-yaml files used in include section ([#2201](#2201)). * Set WorktreeRoot to sync root outside git repo ([#2197](#2197)). * fix: Detailed message for using source-linked deployment with file_path specified ([#2119](#2119)). * Allow using variables in enum fields ([#2199](#2199)). * Add experimental-jobs-as-code template ([#2177](#2177)). * Reading variables from file ([#2171](#2171)). * Fixed an apps message order and added output test ([#2174](#2174)). * Default to forward slash-separated paths for path translation ([#2145](#2145)). * Include a materialized copy of built-in templates ([#2146](#2146)).
denik pushed a commit
that referenced
this pull request
May 20, 2026
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
includesection is used only to include other bundle configuration YAML files. If any other file type is used, raise an error and guide users to usesync.includeinsteadTests
Added acceptance test