-
Notifications
You must be signed in to change notification settings - Fork 160
Expand file tree
/
Copy pathoutput.txt
More file actions
38 lines (27 loc) · 1.25 KB
/
output.txt
File metadata and controls
38 lines (27 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
>>> [CLI] bundle deployment bind dashboard1 [DASHBOARD_ID] --auto-approve
Updating deployment state...
Successfully bound dashboard with an id '[DASHBOARD_ID]'
Run 'bundle deploy' to deploy changes to your workspace
>>> print_state.py
[ETAG]
>>> [CLI] bundle plan
recreate dashboards.dashboard1
Plan: 1 to add, 0 to change, 1 to delete, 0 unchanged
>>> errcode [CLI] bundle deploy
Uploading bundle files to /Workspace/Users/[USERNAME]/.bundle/test-bundle-[UNIQUE_NAME]/default/files...
This action will result in the deletion or recreation of the following dashboards. Recreated dashboards will have new IDs and permanent URLs:
recreate resources.dashboards.dashboard1
Error: the deployment requires destructive actions, but current console does not support prompting. Please specify --auto-approve if you would like to skip prompts and proceed
Exit code: 1
>>> [CLI] bundle deployment unbind dashboard1
Updating deployment state...
>>> [CLI] bundle deploy --auto-approve
Uploading bundle files to /Workspace/Users/[USERNAME]/.bundle/test-bundle-[UNIQUE_NAME]/default/files...
Deploying resources...
Updating deployment state...
Deployment complete!
>>> [CLI] lakeview get [DASHBOARD_ID]
{
"display_name": "test dashboard [UNIQUE_NAME]",
"lifecycle_state": "ACTIVE"
}