You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: acceptance/bundle/lifecycle/prevent-destroy/out.direct-exp.txt
+18-1Lines changed: 18 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,23 @@
1
1
2
+
>>> musterr [CLI] bundle destroy --auto-approve
3
+
Error: resource my_pipelines has lifecycle.prevent_destroy set, but the plan calls for this resource to be recreated or destroyed. To avoid this error, disable lifecycle.prevent_destroy for pipelines.my_pipelines
4
+
5
+
6
+
Exit code (musterr): 1
7
+
2
8
>>> errcode [CLI] bundle plan
9
+
recreate pipelines.my_pipelines
3
10
4
-
>>> musterr [CLI] bundle destroy --auto-approve
11
+
>>> musterr [CLI] bundle deploy
12
+
Uploading bundle files to /Workspace/Users/[USERNAME]/.bundle/prevent-destroy/default/files...
5
13
Error: resource my_pipelines has lifecycle.prevent_destroy set, but the plan calls for this resource to be recreated or destroyed. To avoid this error, disable lifecycle.prevent_destroy for pipelines.my_pipelines
6
14
7
15
8
16
Exit code (musterr): 1
9
17
10
18
>>> errcode [CLI] bundle plan
11
19
recreate pipelines.my_pipelines
20
+
recreate schemas.my_schema
12
21
13
22
>>> musterr [CLI] bundle deploy
14
23
Uploading bundle files to /Workspace/Users/[USERNAME]/.bundle/prevent-destroy/default/files...
@@ -19,10 +28,14 @@ Exit code (musterr): 1
19
28
20
29
>>> errcode [CLI] bundle plan
21
30
recreate pipelines.my_pipelines
31
+
recreate schemas.my_schema
22
32
23
33
>>> [CLI] bundle deploy --auto-approve
24
34
Uploading bundle files to /Workspace/Users/[USERNAME]/.bundle/prevent-destroy/default/files...
25
35
36
+
This action will result in the deletion or recreation of the following UC schemas. Any underlying data may be lost:
37
+
recreate schema my_schema
38
+
26
39
This action will result in the deletion or recreation of the following Lakeflow Declarative Pipelines along with the
27
40
Streaming Tables (STs) and Materialized Views (MVs) managed by them. Recreating the pipelines will
28
41
restore the defined STs and MVs through full refresh. Note that recreation is necessary when pipeline
@@ -34,10 +47,14 @@ Deployment complete!
34
47
35
48
>>> errcode [CLI] bundle plan
36
49
delete pipelines.my_pipelines
50
+
delete schemas.my_schema
37
51
38
52
>>> [CLI] bundle deploy --auto-approve
39
53
Uploading bundle files to /Workspace/Users/[USERNAME]/.bundle/prevent-destroy/default/files...
40
54
55
+
This action will result in the deletion or recreation of the following UC schemas. Any underlying data may be lost:
56
+
delete schema my_schema
57
+
41
58
This action will result in the deletion or recreation of the following Lakeflow Declarative Pipelines along with the
42
59
Streaming Tables (STs) and Materialized Views (MVs) managed by them. Recreating the pipelines will
43
60
restore the defined STs and MVs through full refresh. Note that recreation is necessary when pipeline
0 commit comments