Rename remaining "Databricks Asset Bundles" references to "Declarative Automation Bundles"#5933
Merged
Merged
Conversation
…e Automation Bundles"
Some stragglers were missed in the rename from "Databricks Asset Bundles"
to "Declarative Automation Bundles". This updates the remaining hand-written
sources: CLI help text (bundle schema, quickstart, labs login), the quickstart
docs, and the project template sources. Acceptance outputs and materialized
templates are regenerated accordingly.
Left untouched: CHANGELOG.md (historical record), AGENTS.md ("formerly known
as..." context), and the generated .codegen/cli.json / bundle/schema/jsonschema.json
DeploymentKind enum descriptions, which come from the OpenAPI spec.
Co-authored-by: Isaac
already announced long ago, no need to add a changelog entry
pietern
approved these changes
Jul 15, 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 free
to 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.
Summary
The rename from "Databricks Asset Bundles" to "Declarative Automation Bundles" left some stragglers in the codebase. This PR finds and renames the remaining hand-written references:
bundle schemalong description,quickstartcommand description, and the labs login-config info log.quickstart-human.mdandquickstart-agent.md(keeping the(DABs)abbreviation, matchingAGENTS.md).libs/template/templates/: thedatabricks.yml.tmplheader comments (default, default-sql, default-scala, lakeflow-integrations), the dbt-sqldbt_project.yml.tmplcomment, and the default-minimal welcome message.prepend-workspace-var/databricks.ymlvariable description.Regenerated acceptance outputs and materialized templates accordingly (
test-update-templates+ targeted-updateruns).Left untouched (intentional)
CHANGELOG.md— generated + historical record of past release names.AGENTS.md— the "formerly known as Databricks Asset Bundles" line is deliberate context..codegen/cli.jsonandbundle/schema/jsonschema.json— theDeploymentKindenum descriptions come from the upstream OpenAPI spec; editing them would diverge and be overwritten on regeneration.Testing
./task build,./task fmt,./task lint-q— clean.This pull request and its description were written by Isaac, an AI coding agent.