File tree Expand file tree Collapse file tree
acceptance/bundle/resources/pipelines Expand file tree Collapse file tree Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11bundle :
2- name : photon-false
2+ name : zero-value-fields
33
44resources :
55 pipelines :
66 my :
77 name : test-pipeline
88 photon : false
9+ serverless : false
10+ continuous : false
11+ development : false
912 libraries :
1013 - file :
1114 path : " ./foo.py"
File renamed without changes.
Original file line number Diff line number Diff line change 33 "path": "/api/2.0/pipelines",
44 "body": {
55 "channel": "CURRENT",
6+ "continuous": false,
67 "deployment": {
78 "kind": "BUNDLE",
8- "metadata_file_path": "/Workspace/Users/[USERNAME]/.bundle/photon-false /default/state/metadata.json"
9+ "metadata_file_path": "/Workspace/Users/[USERNAME]/.bundle/zero-value-fields /default/state/metadata.json"
910 },
11+ "development": false,
1012 "edition": "ADVANCED",
1113 "libraries": [
1214 {
1315 "file": {
14- "path": "/Workspace/Users/[USERNAME]/.bundle/photon-false /default/files/foo.py"
16+ "path": "/Workspace/Users/[USERNAME]/.bundle/zero-value-fields /default/files/foo.py"
1517 }
1618 }
1719 ],
1820 "name": "test-pipeline",
19- "photon": false
21+ "photon": false,
22+ "serverless": false
2023 }
2124}
Original file line number Diff line number Diff line change 55 "channel": "CURRENT",
66 "deployment": {
77 "kind": "BUNDLE",
8- "metadata_file_path": "/Workspace/Users/[USERNAME]/.bundle/photon-false /default/state/metadata.json"
8+ "metadata_file_path": "/Workspace/Users/[USERNAME]/.bundle/zero-value-fields /default/state/metadata.json"
99 },
1010 "edition": "ADVANCED",
1111 "libraries": [
1212 {
1313 "file": {
14- "path": "/Workspace/Users/[USERNAME]/.bundle/photon-false /default/files/foo.py"
14+ "path": "/Workspace/Users/[USERNAME]/.bundle/zero-value-fields /default/files/foo.py"
1515 }
1616 }
1717 ],
File renamed without changes.
Original file line number Diff line number Diff line change 1+ {
2+ "my" : {
3+ "channel" : " CURRENT" ,
4+ "continuous" : false ,
5+ "deployment" : {
6+ "kind" : " BUNDLE" ,
7+ "metadata_file_path" : " /Workspace/Users/[USERNAME]/.bundle/zero-value-fields/default/state/metadata.json"
8+ },
9+ "development" : false ,
10+ "edition" : " ADVANCED" ,
11+ "library" : [
12+ {
13+ "file" : {
14+ "path" : " /Workspace/Users/[USERNAME]/.bundle/zero-value-fields/default/files/foo.py"
15+ }
16+ }
17+ ],
18+ "name" : " test-pipeline" ,
19+ "photon" : false ,
20+ "serverless" : false
21+ }
22+ }
Original file line number Diff line number Diff line change 11
22>>> [CLI] bundle deploy
3- Uploading bundle files to /Workspace/Users/[USERNAME]/.bundle/photon-false /default/files...
3+ Uploading bundle files to /Workspace/Users/[USERNAME]/.bundle/zero-value-fields /default/files...
44Deploying resources...
55Updating deployment state...
66Deployment complete!
Original file line number Diff line number Diff line change 1+ trace $CLI bundle deploy
2+ print_requests.py //api/2.0/pipelines > out.requests.$DATABRICKS_BUNDLE_ENGINE.txt 2>&1
3+
4+ if [ -f .databricks/bundle/default/terraform/bundle.tf.json ]; then
5+ jq .resource.databricks_pipeline .databricks/bundle/default/terraform/bundle.tf.json > out.tf.$DATABRICKS_BUNDLE_ENGINE.json
6+ fi
You can’t perform that action at this time.
0 commit comments