Skip to content

Commit 5e803f6

Browse files
Update PR description and add NEXT_CHANGELOG entry
- Simplified PR description to be more concise - Added changelog entry for default-minimal template (#3885) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent a62cd2f commit 5e803f6

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

NEXT_CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
### Dependency updates
1010

1111
### Bundles
12+
* Add `default-minimal` template for advanced users who want a clean slate without sample code ([#3885](https://github.com/databricks/cli/pull/3885))
1213
* Add validation that served_models and served_entities are not used at the same time. Add client side translation logic. ([#3880](https://github.com/databricks/cli/pull/3880))
1314

1415
### API Changes

pr-add-default-minimal-template.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
## Changes
2+
3+
Adds a new `default-minimal` template for advanced users who want a clean slate without sample code.
4+
5+
**Additional changes:**
6+
- Enhanced template renderer to preserve empty directories (needed for minimal template structure)
7+
- Fixed template schema consistency with default-python
8+
- Fixed pyproject.toml for templates without Python package directories
9+
10+
## Why
11+
12+
Advanced users don't want to delete sample code when starting new projects. This gives them just the bundle structure.
13+
14+
## Tests
15+
16+
All 27 template acceptance tests passing.
17+
18+
**Example:**
19+
```bash
20+
databricks bundle init default-minimal
21+
cd my_minimal_project
22+
find .
23+
# Output shows clean structure with empty src/ and resources/ directories
24+
```

0 commit comments

Comments
 (0)