File tree Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 3838 force_delete :
3939 vc_suffix :
4040df :
41+ readyflows :
42+ - flow_name :
43+ customflows :
44+ - flow_name :
45+ file :
46+ description :
47+ comments :
4148 suffix :
4249 min_k8s_nodes :
4350 max_k8s_nodes :
Original file line number Diff line number Diff line change @@ -96,6 +96,7 @@ run__df_terminate_deployments: "{{ df.terminate_deployments | default(True)
9696run__df_tags : " {{ df.tags | default(common__tags) }}"
9797run__df_deployments : " {{ df.deployments | default([]) }}"
9898run__df_readyflows : " {{ df.readyflows | default([]) }}"
99+ run__df_customflows : " {{ df.customflows | default([]) }}"
99100run__df_delete_readyflows : " {{ df.delete_imported_readyflows | default(False) }}"
100101
101102# Deploy
Original file line number Diff line number Diff line change 223223 loop_var : __df_readyflow_item
224224 label : " {{ __df_readyflow_item.flow_name }}"
225225
226+ - name : Ensure requested CDP DF CustomFlows are imported
227+ when : run__include_df
228+ tags : df
229+ cloudera.cloud.df_customflow :
230+ name : " {{ __df_customflow_item.flow_name }}"
231+ file : " {{ __df_customflow_item.file }}"
232+ description : " {{ __df_customflow_item.description | default('') }}"
233+ comments : " {{ __df_customflow_item.comments | default('') }}"
234+ loop : " {{ run__df_customflows }}"
235+ loop_control :
236+ loop_var : __df_customflow_item
237+ label : " {{ __df_customflow_item.flow_name }}"
238+
226239- name : Create CDP DF Deployments
227240 when :
228241 - run__include_df
You can’t perform that action at this time.
0 commit comments