Skip to content

Commit fec8ebc

Browse files
committed
infra updates
1 parent da78615 commit fec8ebc

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

retail-job/databricks.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,28 @@ resources:
9595
- task_key: "remove_duplicates_task"
9696
outcome: "true"
9797

98+
# - task_key: "process_state_data_task"
99+
# description: "Process orders data by state"
100+
# job_cluster_key: "main_cluster"
101+
# for_each_task:
102+
# inputs: '["CA", "NY", "TX", "FL"]'
103+
# task:
104+
# task_key: "process_single_state"
105+
# notebook_task:
106+
# notebook_path: "./Task Files/05_state_processing/process_orders_by_state.py"
107+
# source: WORKSPACE
108+
# base_parameters:
109+
# state: "{{item}}"
110+
# depends_on:
111+
# - task_key: "join_customers_orders_task"
112+
98113
- task_key: "process_state_data_task"
99114
description: "Process orders data by state"
100-
job_cluster_key: "main_cluster"
101115
for_each_task:
102116
inputs: '["CA", "NY", "TX", "FL"]'
103117
task:
104118
task_key: "process_single_state"
119+
job_cluster_key: "main_cluster"
105120
notebook_task:
106121
notebook_path: "./Task Files/05_state_processing/process_orders_by_state.py"
107122
source: WORKSPACE

0 commit comments

Comments
 (0)