-
Notifications
You must be signed in to change notification settings - Fork 160
Expand file tree
/
Copy pathoutput.txt
More file actions
73 lines (57 loc) · 2.19 KB
/
output.txt
File metadata and controls
73 lines (57 loc) · 2.19 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Uploading bundle files to /Workspace/Users/[USERNAME]/.bundle/test-bundle-[UNIQUE_NAME]/default/files...
Deploying resources...
Updating deployment state...
Deployment complete!
=== Modify both jobs
=== Detect and save changes
Detected changes in 2 resource(s):
Resource: resources.jobs.job_one
max_concurrent_runs: replace
tags: add
Resource: resources.jobs.job_two
max_concurrent_runs: replace
tags: add
=== Configuration changes
>>> diff.py databricks.yml.backup databricks.yml
--- databricks.yml.backup
+++ databricks.yml
@@ -5,5 +5,5 @@
jobs:
job_one:
- max_concurrent_runs: 1
+ max_concurrent_runs: 5
tasks:
- task_key: main
@@ -15,6 +15,8 @@
num_workers: 1
+ tags:
+ team: data
job_two:
- max_concurrent_runs: 2
+ max_concurrent_runs: 10
tasks:
- task_key: main
@@ -26,4 +28,6 @@
num_workers: 1
+ tags:
+ team: ml
clusters:
test_cluster:
>>> [CLI] bundle destroy --auto-approve
The following resources will be deleted:
delete resources.clusters.test_cluster
delete resources.experiments.test_experiment
delete resources.jobs.job_one
delete resources.jobs.job_two
delete resources.registered_models.test_model
delete resources.sql_warehouses.test_warehouse
delete resources.volumes.test_volume
This action will result in the deletion or recreation of the following MLflow experiments along with all their runs, metrics, and artifacts:
delete resources.experiments.test_experiment
This action will result in the deletion or recreation of the following registered models along with all their versions:
delete resources.registered_models.test_model
This action will result in the deletion or recreation of the following volumes. For managed volumes, the files stored in the volume are also deleted from your cloud tenant within 30 days. For external volumes, the metadata about the volume is removed from the catalog, but the underlying files are not deleted:
delete resources.volumes.test_volume
All files and directories at the following location will be deleted: /Workspace/Users/[USERNAME]/.bundle/test-bundle-[UNIQUE_NAME]/default
Deleting files...
Destroy complete!