-
Notifications
You must be signed in to change notification settings - Fork 160
Expand file tree
/
Copy pathoutput.txt
More file actions
23 lines (16 loc) · 917 Bytes
/
output.txt
File metadata and controls
23 lines (16 loc) · 917 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
>>> [CLI] bundle deploy
Uploading bundle files to /Workspace/Users/[USERNAME]/.bundle/test-bundle/default/files...
Deploying resources...
Updating deployment state...
Deployment complete!
>>> [CLI] bundle destroy --auto-approve
The following resources will be deleted:
delete resources.pipelines.my_pipeline
delete resources.schemas.my_schema
This action will result in the deletion or recreation of the following Lakeflow Spark Declarative Pipelines along with the Streaming Tables (STs) and Materialized Views (MVs) managed by them:
delete resources.pipelines.my_pipeline
This action will result in the deletion or recreation of the following UC schemas along with all the tables and views they contain:
delete resources.schemas.my_schema
All files and directories at the following location will be deleted: /Workspace/Users/[USERNAME]/.bundle/test-bundle/default
Deleting files...
Destroy complete!