File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 184184 ansible.builtin.set_fact :
185185 run__dw_vw_configs : " {{ run__dw_vw_configs | default([]) | union([config]) }}"
186186 vars :
187- dbc_name : " {{ item.0.name }}"
188- use_default_dbc : " {{ item.0.use_default_dbc }}"
189187 config :
190188 name : " {{ item.1.name | default([run__namespace, run__dw_vw_suffix ,__dw_dbc_index] | join('-')) }}"
191- dbc_name : " {{ dbc_name }}"
192- use_default_dbc : " {{ use_default_dbc }}"
189+ dbc_name : " {{ item.0.name }}"
190+ use_default_dbc : " {{ item.0. use_default_dbc }}"
193191 type : " {{ item.1.type | default('hive') }}"
194192 template : " {{ item.1.template | default('xsmall') }}"
195193 autoscaling_min_nodes : " {{ item.1.autoscaling.min_nodes | default(None) }}"
202200 loop : " {{ run__dw_dbc_configs | subelements('virtual_warehouses')}}"
203201 loop_control :
204202 index_var : __dw_dbc_index
205- label : " {{ item.0.name }}"
203+ label : " {{ item.0.name }}"
You can’t perform that action at this time.
0 commit comments