Skip to content

Commit bae729f

Browse files
authored
Update NEXT_CHANGELOG.md (#5431)
1 parent 1fb1ece commit bae729f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

NEXT_CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@
1111
* Retry transient HTTP 5xx and 408 errors in direct deployment engine ([#5349](https://github.com/databricks/cli/pull/5349), [#5364](https://github.com/databricks/cli/pull/5364)).
1212
* Preserve `.designer.ipynb` suffix when translating notebook task paths so Lakeflow Designer files referenced from a `notebook_task` resolve correctly in the workspace ([#5370](https://github.com/databricks/cli/pull/5370)).
1313
* Fix script output dropping last line without trailing newline ([#4995](https://github.com/databricks/cli/pull/4995)).
14-
* Add `--select` flag to `bundle plan` and `bundle deploy` to plan/deploy a subset of resources (e.g. `--select my_job` or `--select jobs.my_job`); resources referenced by the selection are included transitively. Direct engine only ([#5413](https://github.com/databricks/cli/pull/5413)).
14+
* engine/direct: Add `--select` flag to `bundle plan` and `bundle deploy` to plan/deploy a subset of resources (e.g. `--select my_job` or `--select jobs.my_job`); resources referenced by the selection are included transitively ([#5413](https://github.com/databricks/cli/pull/5413)).
1515
* Support `purge_on_delete: true` on `postgres_projects` so bundles can hard-delete a Lakebase project on destroy (skipping the soft-delete retention window) ([#5414](https://github.com/databricks/cli/pull/5414)).
16+
* Support terraform references in direct engine ([#5392](https://github.com/databricks/cli/pull/5392))
17+
* Support lifecycle.started for SQL warehouses ([#5348](https://github.com/databricks/cli/pull/5348))
1618

1719
### Dependency updates
1820
* Bump Go toolchain to 1.26.4 ([#5420](https://github.com/databricks/cli/pull/5420)).

0 commit comments

Comments
 (0)