File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments