-
Notifications
You must be signed in to change notification settings - Fork 160
Expand file tree
/
Copy pathoutput.txt
More file actions
63 lines (47 loc) · 1.72 KB
/
output.txt
File metadata and controls
63 lines (47 loc) · 1.72 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
Uploading dummy.whl...
Uploading bundle files to /Workspace/Users/[USERNAME]/.bundle/test-bundle-[UNIQUE_NAME]/default/files...
Deploying resources...
Updating deployment state...
Deployment complete!
=== Case 1: Added locally, updated remotely with different value
=== Case 2: Added locally, removed remotely
=== Case 3: Removed locally, removed remotely
=== Case 4: Updated locally, updated remotely with different value
=== Case 5: Updated locally, removed remotely
=== Case 6: Added locally and remotely with same value (no drift expected)
=== Edit job remotely
=== Detect and save changes
Detected changes in 1 resource(s):
Resource: resources.jobs.my_job
email_notifications.on_failure: replace
email_notifications.on_failure[0]: replace
max_concurrent_runs: replace
tags['env']: remove
timeout_seconds: remove
=== Configuration changes
>>> diff.py databricks.yml.backup databricks.yml
--- databricks.yml.backup
+++ databricks.yml
@@ -24,5 +24,5 @@
- success@example.com
on_failure:
- - config-failure@example.com
+ - remote-failure@example.com
parameters:
- name: catalog
@@ -35,8 +35,6 @@
unit: DAYS
tags:
- env: config-production
team: data-team
- max_concurrent_runs: 3
- timeout_seconds: 3600
+ max_concurrent_runs: 5
environments:
- environment_key: default
>>> [CLI] bundle destroy --auto-approve
The following resources will be deleted:
delete resources.jobs.my_job
All files and directories at the following location will be deleted: /Workspace/Users/[USERNAME]/.bundle/test-bundle-[UNIQUE_NAME]/default
Deleting files...
Destroy complete!