File tree Expand file tree Collapse file tree 2 files changed +9
-12
lines changed
Expand file tree Collapse file tree 2 files changed +9
-12
lines changed Original file line number Diff line number Diff line change 190190 use_default_dbc : " {{ __dw_config.0.use_default_dbc }}"
191191 type : " {{ __dw_config.1.type | default(run__dw_default_vw_type) }}"
192192 template : " {{ __dw_config.1.template | default(run__dw_default_template_type) }}"
193- autoscaling_min_nodes : " {{ __dw_config.1.autoscaling.min_nodes | default(omit) }}"
194- autoscaling_max_nodes : " {{ __dw_config.1.autoscaling.max_nodes | default(omit) }}"
195- common_configs : " {{ __dw_config.1.configs.common_configs | default(omit) }}"
196- application_configs : " {{ __dw_config.1.configs.application_configs | default(omit) }}"
197- ldap_groups : " {{ __dw_config.1.configs.ldap_groups | default(omit) }}"
198- enable_sso : " {{ __dw_config.1.configs.enable_sso | default(omit) }}"
199193 tags : " {{ __dw_config.1.tags | default({}) | combine(run__dw_tags) }}"
194+ raw : " {{ __dw_config.1 }}"
195+ autoscaling : " {{ __dw_config.1.autoscaling | default({}) }}"
196+ configs : " {{ __dw_config.1.configs | default({}) }}"
200197 loop : " {{ run__dw_dbc_configs | subelements('virtual_warehouses')}}"
201198 loop_control :
202199 loop_var : __dw_config
Original file line number Diff line number Diff line change 121121 type : " {{ __dw_vw_config.type }}"
122122 name : " {{ __dw_vw_config.name }}"
123123 template : " {{ __dw_vw_config.template }}"
124- autoscaling_min_nodes : " {{ __dw_vw_config.autoscaling_min_nodes }}"
125- autoscaling_max_nodes : " {{ __dw_vw_config.autoscaling_max_nodes }}"
126- common_configs : " {{ __dw_vw_config.common_configs }}"
127- application_configs : " {{ __dw_vw_config.application_configs }}"
128- ldap_groups : " {{ __dw_vw_config.ldap_groups }}"
129- enable_sso : " {{ __dw_vw_config.enable_sso | bool }}"
130124 tags : " {{ __dw_vw_config.tags }}"
125+ autoscaling_min_nodes : " {{ __dw_vw_config.autoscaling.min_nodes | default(omit) }}"
126+ autoscaling_max_nodes : " {{ __dw_vw_config.autoscaling.max_nodes | default(omit) }}"
127+ common_configs : " {{ __dw_vw_config.configs.common_configs | default(omit) }}"
128+ application_configs : " {{ __dw_vw_config.configs.application_configs | default(omit) }}"
129+ ldap_groups : " {{ __dw_vw_config.configs.ldap_groups | default(omit) }}"
130+ enable_sso : " {{ __dw_vw_config.configs.enable_sso | bool | default(omit) }}"
131131 wait : yes
132132 async : 3600 # 1 hour timeout
133133 poll : 0
You can’t perform that action at this time.
0 commit comments