File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
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(None ) }}"
194- autoscaling_max_nodes : " {{ __dw_config.1.autoscaling.max_nodes | default(None ) }}"
195- common_configs : " {{ __dw_config.1.configs.common_configs | default({} ) }}"
196- application_configs : " {{ __dw_config.1.configs.application_configs | default({} ) }}"
197- ldap_groups : " {{ __dw_config.1.configs.ldap_groups | default(None ) }}"
198- enable_sso : " {{ __dw_config.1.configs.enable_sso | default(None ) }}"
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 ) }}"
199199 tags : " {{ __dw_config.1.tags | default({}) | combine(run__dw_tags) }}"
200200 loop : " {{ run__dw_dbc_configs | subelements('virtual_warehouses')}}"
201201 loop_control :
You can’t perform that action at this time.
0 commit comments