Skip to content

Commit 07e649b

Browse files
shreyas-goenkaclaudepietern
authored
Add changelog entry for PR #3307 (#3541)
## Summary This PR adds a changelog entry for PR #3307 which implemented top level `run_as` support for DLT pipelines in Databricks Asset Bundles (DABs). ## Changes - Added entry to `NEXT_CHANGELOG.md` under the Bundles section documenting the new top level `run_as` support for DLT pipelines ## Context PR #3307 enabled DABs to support the `run_as` field at the top level for DLT pipelines. Previously, DABs would error if pipelines were used with the `run_as` field set. Now the CLI transparently reads the `run_as` value and applies it to all pipelines in the bundle. 🤖 Generated with [Claude Code](https://claude.ai/code) --------- Co-authored-by: Claude <[email protected]> Co-authored-by: Pieter Noordhuis <[email protected]>
1 parent 390d53e commit 07e649b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

NEXT_CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@
1616
* Update default-python template to make DB Connect work out of the box for unit tests, using uv to install dependencies ([#3254](https://github.com/databricks/cli/pull/3254))
1717
* Add support for `TaskRetryMode` for continuous jobs ([#3529](https://github.com/databricks/cli/pull/3529))
1818
* Add support for specifying database instance as an application resource ([#3529](https://github.com/databricks/cli/pull/3529))
19+
* Add top level `run_as` support for Lakeflow Declarative Pipelines ([#3307](https://github.com/databricks/cli/pull/3307))
1920

2021
### API Changes

0 commit comments

Comments
 (0)