Skip to content

Commit 02f2844

Browse files
Rename DLT to Lakeflow Declarative Pipelines in CLI docs and error messages (#3378)
Based on post merge comments in #3346
1 parent 9681b7f commit 02f2844

File tree

21 files changed

+41
-41
lines changed

21 files changed

+41
-41
lines changed

acceptance/bundle/deploy/pipeline/allow-duplicate-names/output.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Deployment complete!
4646
The following resources will be deleted:
4747
delete pipeline pipeline_one
4848

49-
This action will result in the deletion of the following DLT Pipelines along with the
49+
This action will result in the deletion of the following Lakeflow Declarative Pipelines along with the
5050
Streaming Tables (STs) and Materialized Views (MVs) managed by them:
5151
delete pipeline pipeline_one
5252

acceptance/bundle/deploy/pipeline/auto-approve/output.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ delete pipelines.bar
4343
>>> errcode [CLI] bundle deploy
4444
Uploading bundle files to /Workspace/Users/[USERNAME]/.bundle/[UNIQUE_NAME]/files...
4545

46-
This action will result in the deletion or recreation of the following DLT Pipelines along with the
47-
Streaming Tables (STs) and Materialized Views (MVs) managed by them. Recreating the Pipelines will
46+
This action will result in the deletion or recreation of the following Lakeflow Declarative Pipelines along with the
47+
Streaming Tables (STs) and Materialized Views (MVs) managed by them. Recreating the pipelines will
4848
restore the defined STs and MVs through full refresh. Note that recreation is necessary when pipeline
4949
properties such as the 'catalog' or 'storage' are changed:
5050
delete pipeline bar
@@ -58,7 +58,7 @@ The following resources will be deleted:
5858
delete job foo
5959
delete pipeline bar
6060

61-
This action will result in the deletion of the following DLT Pipelines along with the
61+
This action will result in the deletion of the following Lakeflow Declarative Pipelines along with the
6262
Streaming Tables (STs) and Materialized Views (MVs) managed by them:
6363
delete pipeline bar
6464

acceptance/bundle/deploy/pipeline/recreate/output.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ Uploading bundle files to /Workspace/Users/[USERNAME]/.bundle/[UNIQUE_NAME]/file
4141
This action will result in the deletion or recreation of the following UC schemas. Any underlying data may be lost:
4242
recreate schema bar
4343

44-
This action will result in the deletion or recreation of the following DLT Pipelines along with the
45-
Streaming Tables (STs) and Materialized Views (MVs) managed by them. Recreating the Pipelines will
44+
This action will result in the deletion or recreation of the following Lakeflow Declarative Pipelines along with the
45+
Streaming Tables (STs) and Materialized Views (MVs) managed by them. Recreating the pipelines will
4646
restore the defined STs and MVs through full refresh. Note that recreation is necessary when pipeline
4747
properties such as the 'catalog' or 'storage' are changed:
4848
recreate pipeline foo
@@ -59,7 +59,7 @@ The following resources will be deleted:
5959
This action will result in the deletion of the following UC schemas. Any underlying data may be lost:
6060
delete schema bar
6161

62-
This action will result in the deletion of the following DLT Pipelines along with the
62+
This action will result in the deletion of the following Lakeflow Declarative Pipelines along with the
6363
Streaming Tables (STs) and Materialized Views (MVs) managed by them:
6464
delete pipeline foo
6565

acceptance/bundle/deploy/schema/auto-approve/output.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ Uploading bundle files to /Workspace/Users/[USERNAME]/.bundle/[UNIQUE_NAME]/file
5858
This action will result in the deletion or recreation of the following UC schemas. Any underlying data may be lost:
5959
delete schema bar
6060

61-
This action will result in the deletion or recreation of the following DLT Pipelines along with the
62-
Streaming Tables (STs) and Materialized Views (MVs) managed by them. Recreating the Pipelines will
61+
This action will result in the deletion or recreation of the following Lakeflow Declarative Pipelines along with the
62+
Streaming Tables (STs) and Materialized Views (MVs) managed by them. Recreating the pipelines will
6363
restore the defined STs and MVs through full refresh. Note that recreation is necessary when pipeline
6464
properties such as the 'catalog' or 'storage' are changed:
6565
recreate pipeline foo
@@ -75,7 +75,7 @@ The following resources will be deleted:
7575
This action will result in the deletion of the following UC schemas. Any underlying data may be lost:
7676
delete schema bar
7777

78-
This action will result in the deletion of the following DLT Pipelines along with the
78+
This action will result in the deletion of the following Lakeflow Declarative Pipelines along with the
7979
Streaming Tables (STs) and Materialized Views (MVs) managed by them:
8080
delete pipeline foo
8181

acceptance/bundle/destroy/all-resources/output.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The following resources will be deleted:
1313
This action will result in the deletion of the following UC schemas. Any underlying data may be lost:
1414
delete schema my_schema
1515

16-
This action will result in the deletion of the following DLT Pipelines along with the
16+
This action will result in the deletion of the following Lakeflow Declarative Pipelines along with the
1717
Streaming Tables (STs) and Materialized Views (MVs) managed by them:
1818
delete pipeline my_pipeline
1919

acceptance/bundle/destroy/jobs-and-pipeline/output.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The following resources will be deleted:
5252
delete job foo
5353
delete pipeline bar
5454

55-
This action will result in the deletion of the following DLT Pipelines along with the
55+
This action will result in the deletion of the following Lakeflow Declarative Pipelines along with the
5656
Streaming Tables (STs) and Materialized Views (MVs) managed by them:
5757
delete pipeline bar
5858

acceptance/bundle/help/bundle-generate-pipeline/output.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
>>> [CLI] bundle generate pipeline --help
33
Generate bundle configuration for an existing Delta Live Tables pipeline.
44

5-
This command downloads an existing DLT pipeline's configuration and any associated
5+
This command downloads an existing Lakeflow Declarative Pipeline's configuration and any associated
66
notebooks, creating bundle files that you can use to deploy the pipeline to other
77
environments or manage it as code.
88

99
Examples:
10-
# Import a production DLT pipeline
10+
# Import a production Lakeflow Declarative Pipeline
1111
databricks bundle generate pipeline --existing-pipeline-id abc123 --key etl_pipeline
1212

1313
# Organize files in custom directories

acceptance/bundle/resources/pipelines/recreate/change-catalog/output.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ recreate pipelines.my
5454
>>> [CLI] bundle deploy --auto-approve
5555
Uploading bundle files to /Workspace/Users/[USERNAME]/.bundle/acc-[UNIQUE_NAME]/default/files...
5656

57-
This action will result in the deletion or recreation of the following DLT Pipelines along with the
58-
Streaming Tables (STs) and Materialized Views (MVs) managed by them. Recreating the Pipelines will
57+
This action will result in the deletion or recreation of the following Lakeflow Declarative Pipelines along with the
58+
Streaming Tables (STs) and Materialized Views (MVs) managed by them. Recreating the pipelines will
5959
restore the defined STs and MVs through full refresh. Note that recreation is necessary when pipeline
6060
properties such as the 'catalog' or 'storage' are changed:
6161
recreate pipeline my
@@ -130,7 +130,7 @@ Exit code (musterr): 1
130130
The following resources will be deleted:
131131
delete pipeline my
132132

133-
This action will result in the deletion of the following DLT Pipelines along with the
133+
This action will result in the deletion of the following Lakeflow Declarative Pipelines along with the
134134
Streaming Tables (STs) and Materialized Views (MVs) managed by them:
135135
delete pipeline my
136136

acceptance/bundle/resources/pipelines/recreate/change-ingestion-definition/output.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ recreate pipelines.my
5959
>>> [CLI] bundle deploy --auto-approve
6060
Uploading bundle files to /Workspace/Users/[USERNAME]/.bundle/acc-[UNIQUE_NAME]/default/files...
6161

62-
This action will result in the deletion or recreation of the following DLT Pipelines along with the
63-
Streaming Tables (STs) and Materialized Views (MVs) managed by them. Recreating the Pipelines will
62+
This action will result in the deletion or recreation of the following Lakeflow Declarative Pipelines along with the
63+
Streaming Tables (STs) and Materialized Views (MVs) managed by them. Recreating the pipelines will
6464
restore the defined STs and MVs through full refresh. Note that recreation is necessary when pipeline
6565
properties such as the 'catalog' or 'storage' are changed:
6666
recreate pipeline my
@@ -146,7 +146,7 @@ Exit code (musterr): 1
146146
The following resources will be deleted:
147147
delete pipeline my
148148

149-
This action will result in the deletion of the following DLT Pipelines along with the
149+
This action will result in the deletion of the following Lakeflow Declarative Pipelines along with the
150150
Streaming Tables (STs) and Materialized Views (MVs) managed by them:
151151
delete pipeline my
152152

acceptance/bundle/resources/pipelines/recreate/change-storage/output.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ recreate pipelines.my
5454
>>> [CLI] bundle deploy --auto-approve
5555
Uploading bundle files to /Workspace/Users/[USERNAME]/.bundle/acc-[UNIQUE_NAME]/default/files...
5656

57-
This action will result in the deletion or recreation of the following DLT Pipelines along with the
58-
Streaming Tables (STs) and Materialized Views (MVs) managed by them. Recreating the Pipelines will
57+
This action will result in the deletion or recreation of the following Lakeflow Declarative Pipelines along with the
58+
Streaming Tables (STs) and Materialized Views (MVs) managed by them. Recreating the pipelines will
5959
restore the defined STs and MVs through full refresh. Note that recreation is necessary when pipeline
6060
properties such as the 'catalog' or 'storage' are changed:
6161
recreate pipeline my
@@ -130,7 +130,7 @@ Exit code (musterr): 1
130130
The following resources will be deleted:
131131
delete pipeline my
132132

133-
This action will result in the deletion of the following DLT Pipelines along with the
133+
This action will result in the deletion of the following Lakeflow Declarative Pipelines along with the
134134
Streaming Tables (STs) and Materialized Views (MVs) managed by them:
135135
delete pipeline my
136136

0 commit comments

Comments
 (0)