From 2a0bd9b3c1c30c9a09e86b5df52985b736712cb0 Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Wed, 3 Sep 2025 11:06:32 +0200 Subject: [PATCH 1/2] Add changelog entry for PR #3307 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add top level run_as support for DLT pipelines 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- NEXT_CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEXT_CHANGELOG.md b/NEXT_CHANGELOG.md index b6714c9609..c8ecdd97f4 100644 --- a/NEXT_CHANGELOG.md +++ b/NEXT_CHANGELOG.md @@ -16,5 +16,6 @@ * 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)) * Add support for `TaskRetryMode` for continuous jobs ([#3529](https://github.com/databricks/cli/pull/3529)) * Add support for specifying database instance as an application resource ([#3529](https://github.com/databricks/cli/pull/3529)) +* Add top level `run_as` support for DLT pipelines ([#3307](https://github.com/databricks/cli/pull/3307)) ### API Changes From 5106693b3d1860251bf0a914e81bcd605d5de459 Mon Sep 17 00:00:00 2001 From: shreyas-goenka <88374338+shreyas-goenka@users.noreply.github.com> Date: Wed, 3 Sep 2025 11:29:33 +0200 Subject: [PATCH 2/2] Update NEXT_CHANGELOG.md Co-authored-by: Pieter Noordhuis --- NEXT_CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEXT_CHANGELOG.md b/NEXT_CHANGELOG.md index c8ecdd97f4..ada30b921c 100644 --- a/NEXT_CHANGELOG.md +++ b/NEXT_CHANGELOG.md @@ -16,6 +16,6 @@ * 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)) * Add support for `TaskRetryMode` for continuous jobs ([#3529](https://github.com/databricks/cli/pull/3529)) * Add support for specifying database instance as an application resource ([#3529](https://github.com/databricks/cli/pull/3529)) -* Add top level `run_as` support for DLT pipelines ([#3307](https://github.com/databricks/cli/pull/3307)) +* Add top level `run_as` support for Lakeflow Declarative Pipelines ([#3307](https://github.com/databricks/cli/pull/3307)) ### API Changes