Skip to content

Commit 7565f79

Browse files
committed
add delete_task test
1 parent d394e8f commit 7565f79

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

acceptance/bundle/resources/jobs/delete_task/databricks.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ resources:
55
jobs:
66
job:
77
tasks:
8-
- task_key: TestTask1 # TO_DELETE
9-
existing_cluster_id: "0717-132531-5opeqon1" # TO_DELETE
10-
python_wheel_task: # TO_DELETE
11-
package_name: "whl" # TO_DELETE
12-
entry_point: "run" # TO_DELETE
13-
libraries: # TO_DELETE
14-
- whl: /Workspace/Users/foo@bar.com/mywheel.whl # TO_DELETE
8+
- task_key: TestTask1 # TO_DELETE
9+
existing_cluster_id: "0717-132531-5opeqon1" # TO_DELETE
10+
python_wheel_task: # TO_DELETE
11+
package_name: "whl" # TO_DELETE
12+
entry_point: "run" # TO_DELETE
13+
libraries: # TO_DELETE
14+
- whl: /Workspace/Users/foo@bar.com/mywheel.whl # TO_DELETE
1515
- task_key: TestTask2
1616
for_each_task:
1717
inputs: "[1]"

0 commit comments

Comments
 (0)