-
Notifications
You must be signed in to change notification settings - Fork 160
Expand file tree
/
Copy pathoutput.txt
More file actions
60 lines (47 loc) · 1.83 KB
/
output.txt
File metadata and controls
60 lines (47 loc) · 1.83 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
Uploading bundle files to /Workspace/Users/[USERNAME]/.bundle/test-bundle-[UNIQUE_NAME]/default/files...
Deploying resources...
Updating deployment state...
Deployment complete!
=== Set correct paths and add git info remotely
=== Break local paths to simulate stale config
=== Sync with broken local paths
Detected changes in 2 resource(s):
Resource: resources.jobs.my_job
git_source: add
tasks[task_key='main'].notebook_task.notebook_path: replace
Resource: resources.pipelines.my_pipeline
root_path: replace
=== Configuration changes
>>> diff.py databricks.yml.backup databricks.yml
--- databricks.yml.backup
+++ databricks.yml
@@ -6,5 +6,5 @@
my_pipeline:
name: test-pipeline-[UNIQUE_NAME]
- root_path: ./pipeline_root
+ root_path: ./pipeline_root_v2
libraries:
- notebook:
@@ -16,9 +16,13 @@
- task_key: main
notebook_task:
- notebook_path: ./src/notebook.py
+ notebook_path: /Users/[USERNAME]/notebook
new_cluster:
spark_version: 13.3.x-snapshot-scala2.12
node_type_id: [NODE_TYPE_ID]
num_workers: 1
+ git_source:
+ git_branch: main
+ git_provider: gitHub
+ git_url: https://github.com/databricks/databricks-sdk-go.git
targets:
>>> [CLI] bundle destroy --auto-approve
The following resources will be deleted:
delete resources.jobs.my_job
delete resources.pipelines.my_pipeline
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
All files and directories at the following location will be deleted: /Workspace/Users/[USERNAME]/.bundle/test-bundle-[UNIQUE_NAME]/default
Deleting files...
Destroy complete!