Skip to content

Rename Delta Live Tables to Lakeflow Declarative Pipelines in the default-python template - #3476

Merged
shreyas-goenka merged 5 commits into
mainfrom
rename-dlt-ldp
Aug 25, 2025
Merged

Rename Delta Live Tables to Lakeflow Declarative Pipelines in the default-python template#3476
shreyas-goenka merged 5 commits into
mainfrom
rename-dlt-ldp

Conversation

@shreyas-goenka

@shreyas-goenkashreyas-goenka commented Aug 25, 2025

Copy link
Copy Markdown
Contributor

Tests

Covered by exiting tests. Also manually verified that the new template is initialized and deployed correctly.

@shreyas-goenkashreyas-goenka changed the title Rename Delta Live Tables to Lakeflow Declarative Pipelines in the default-pipeline templateRename Delta Live Tables to Lakeflow Declarative Pipelines in the default-python templateAug 25, 2025
@shreyas-goenka
shreyas-goenka marked this pull request as ready for review August 25, 2025 13:02
@eng-dev-ecosystem-bot

eng-dev-ecosystem-bot commented Aug 25, 2025

Copy link
Copy Markdown
Collaborator

Run: 17209715315

Env✅‌pass🔄‌flaky🙈‌skip
🔄‌aws linux3073486
✅‌aws windows311485
✅‌aws-ucws linux424384
✅‌aws-ucws windows425383
✅‌azure linux310485
🔄‌azure windows3083484
🔄‌azure-ucws linux4224381
🔄‌azure-ucws windows4243380
✅‌gcp linux309487
✅‌gcp windows310486
6 failing tests:
Test Nameaws linuxazure windowsazure-ucws linuxazure-ucws windows
TestAccept🔄‌flaky🔄‌flaky✅‌pass🔄‌flaky
TestAccept/bundle/deploy/pipeline/allow-duplicate-names✅‌pass🔄‌flaky🔄‌flaky🔄‌flaky
TestAccept/bundle/deploy/pipeline/allow-duplicate-names/DATABRICKS_CLI_DEPLOYMENT=direct-exp✅‌pass🔄‌flaky🔄‌flaky🔄‌flaky
TestAccept/bundle/resources/pipelines/update🔄‌flaky✅‌pass🔄‌flaky✅‌pass
TestAccept/bundle/resources/pipelines/update/DATABRICKS_CLI_DEPLOYMENT=direct-exp✅‌pass✅‌pass🔄‌flaky✅‌pass
TestAccept/bundle/resources/pipelines/update/DATABRICKS_CLI_DEPLOYMENT=terraform🔄‌flaky✅‌pass✅‌pass✅‌pass

@shreyas-goenka
shreyas-goenka added this pull request to the merge queueAug 25, 2025
@github-merge-queue
github-merge-queueBot removed this pull request from the merge queue due to failed status checks Aug 25, 2025
@shreyas-goenka
shreyas-goenka added this pull request to the merge queueAug 25, 2025
@github-merge-queue
github-merge-queueBot removed this pull request from the merge queue due to failed status checks Aug 25, 2025
@shreyas-goenka
shreyas-goenka added this pull request to the merge queueAug 25, 2025
Merged via the queue into main with commit 54932e4Aug 25, 2025
13 checks passed
@shreyas-goenka
shreyas-goenka deleted the rename-dlt-ldp branch August 25, 2025 14:18
{
name: DefaultPython,
description: "The default Python template for Notebooks / Delta Live Tables / Workflows",
description: "The default Python template for Notebooks / Lakeflow Declarative Pipelines / Workflows",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should say "Notebooks and Lakeflow"; Workflows was subsumed by Lakeflow

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"# DLT pipeline\n",
"\n",
"This Delta Live Tables (DLT) definition is executed using a pipeline defined in resources/{{.project_name}}.pipeline.yml."
"This Lakeflow Declarative Pipeline (LDP) definition is executed using a pipeline defined in resources/{{.project_name}}.pipeline.yml."

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove this acronym, we don't generally use it

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

deco-sdk-taggingBot added a commit that referenced this pull request Aug 27, 2025
## Release v0.266.0
### Notable Changes
* Breaking change: DABs now return an error when paths are incorrectly defined relative to the job or
pipeline definition location instead of the configuration file location. Previously, the CLI would show a
warning and fallback to resolving the path relative to the resource location. Users must update their bundle
configurations to define all relative paths relative to the configuration file where the path is specified.
See more details here: ([#3225](#3225))
* Add support volumes in Python support ([#3383])(#3383))
### Bundles
* [Breaking Change] Remove deprecated path fallback mechanism for jobs and pipelines ([#3225](#3225))
* Add support for Lakebase synced database tables in DABs ([#3467](#3467))
* Rename Delta Live Tables to Lakeflow Declarative Pipelines in the default-python template ([#3476](#3476)).
* Fixed bundle init not working on Standard tier ([#3496](#3496))
github-merge-queueBot pushed a commit that referenced this pull request Aug 27, 2025
denik pushed a commit that referenced this pull request May 20, 2026
…ault-python template (#3476)
## Tests
Covered by exiting tests. Also manually verified that the new template
is initialized and deployed correctly.
denik pushed a commit that referenced this pull request May 20, 2026
## Release v0.266.0
### Notable Changes
* Breaking change: DABs now return an error when paths are incorrectly defined relative to the job or
pipeline definition location instead of the configuration file location. Previously, the CLI would show a
warning and fallback to resolving the path relative to the resource location. Users must update their bundle
configurations to define all relative paths relative to the configuration file where the path is specified.
See more details here: ([#3225](#3225))
* Add support volumes in Python support ([#3383])(#3383))
### Bundles
* [Breaking Change] Remove deprecated path fallback mechanism for jobs and pipelines ([#3225](#3225))
* Add support for Lakebase synced database tables in DABs ([#3467](#3467))
* Rename Delta Live Tables to Lakeflow Declarative Pipelines in the default-python template ([#3476](#3476)).
* Fixed bundle init not working on Standard tier ([#3496](#3496))
denik pushed a commit that referenced this pull request May 20, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@shreyas-goenka@eng-dev-ecosystem-bot@anton-107@lennartkats-db