File tree Expand file tree Collapse file tree 21 files changed +41
-41
lines changed
help/bundle-generate-pipeline
change-ingestion-definition
templates/default-python/integration_classic Expand file tree Collapse file tree 21 files changed +41
-41
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ Deployment complete!
4646The 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
5050Streaming Tables (STs) and Materialized Views (MVs) managed by them:
5151 delete pipeline pipeline_one
5252
Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ delete pipelines.bar
4343>>> errcode [CLI] bundle deploy
4444Uploading 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
4848restore the defined STs and MVs through full refresh. Note that recreation is necessary when pipeline
4949properties 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
6262Streaming Tables (STs) and Materialized Views (MVs) managed by them:
6363 delete pipeline bar
6464
Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ Uploading bundle files to /Workspace/Users/[USERNAME]/.bundle/[UNIQUE_NAME]/file
4141This 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
4646restore the defined STs and MVs through full refresh. Note that recreation is necessary when pipeline
4747properties such as the 'catalog' or 'storage' are changed:
4848 recreate pipeline foo
@@ -59,7 +59,7 @@ The following resources will be deleted:
5959This 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
6363Streaming Tables (STs) and Materialized Views (MVs) managed by them:
6464 delete pipeline foo
6565
Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ Uploading bundle files to /Workspace/Users/[USERNAME]/.bundle/[UNIQUE_NAME]/file
5858This 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
6363restore the defined STs and MVs through full refresh. Note that recreation is necessary when pipeline
6464properties such as the 'catalog' or 'storage' are changed:
6565 recreate pipeline foo
@@ -75,7 +75,7 @@ The following resources will be deleted:
7575This 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
7979Streaming Tables (STs) and Materialized Views (MVs) managed by them:
8080 delete pipeline foo
8181
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ The following resources will be deleted:
1313This 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
1717Streaming Tables (STs) and Materialized Views (MVs) managed by them:
1818 delete pipeline my_pipeline
1919
Original file line number Diff line number Diff 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
5656Streaming Tables (STs) and Materialized Views (MVs) managed by them:
5757 delete pipeline bar
5858
Original file line number Diff line number Diff line change 22>>> [CLI] bundle generate pipeline --help
33Generate 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
66notebooks, creating bundle files that you can use to deploy the pipeline to other
77environments or manage it as code.
88
99Examples:
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
Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ recreate pipelines.my
5454>>> [CLI] bundle deploy --auto-approve
5555Uploading 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
5959restore the defined STs and MVs through full refresh. Note that recreation is necessary when pipeline
6060properties such as the 'catalog' or 'storage' are changed:
6161 recreate pipeline my
@@ -130,7 +130,7 @@ Exit code (musterr): 1
130130The 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
134134Streaming Tables (STs) and Materialized Views (MVs) managed by them:
135135 delete pipeline my
136136
Original file line number Diff line number Diff line change @@ -59,8 +59,8 @@ recreate pipelines.my
5959>>> [CLI] bundle deploy --auto-approve
6060Uploading 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
6464restore the defined STs and MVs through full refresh. Note that recreation is necessary when pipeline
6565properties such as the 'catalog' or 'storage' are changed:
6666 recreate pipeline my
@@ -146,7 +146,7 @@ Exit code (musterr): 1
146146The 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
150150Streaming Tables (STs) and Materialized Views (MVs) managed by them:
151151 delete pipeline my
152152
Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ recreate pipelines.my
5454>>> [CLI] bundle deploy --auto-approve
5555Uploading 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
5959restore the defined STs and MVs through full refresh. Note that recreation is necessary when pipeline
6060properties such as the 'catalog' or 'storage' are changed:
6161 recreate pipeline my
@@ -130,7 +130,7 @@ Exit code (musterr): 1
130130The 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
134134Streaming Tables (STs) and Materialized Views (MVs) managed by them:
135135 delete pipeline my
136136
You can’t perform that action at this time.
0 commit comments