File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 2828 },
2929 {
3030 "label" : " Advanced" ,
31+ "hideByDefault" : true ,
3132 "properties" : [
3233 {
3334 "widget-type" : " toggle" ,
171172 },
172173 {
173174 "widget-type" : " csv" ,
174- "label" : " Stages to force execution in the SQL Engine " ,
175+ "label" : " Stages to force pushdown " ,
175176 "name" : " includedStages" ,
176177 "widget-attributes" : {
177178 "delimiter" : " \u0001 " ,
178- "placeholder" : " Names of all stages to force push to execute in the BigQuery ELT engine. Each stage name must be on a separate line "
179+ "placeholder" : " Names of all stages to force push to execute in BigQuery. "
179180 }
180181 },
181182 {
182183 "widget-type" : " csv" ,
183- "label" : " Stages to skip from executing in the SQL engine " ,
184+ "label" : " Stages to skip pushdown " ,
184185 "name" : " excludedStages" ,
185186 "widget-attributes" : {
186187 "delimiter" : " \u0001 " ,
187- "placeholder" : " Names of all stages to skip from executing in the BigQuery ELT engine. Each stage name must be on a separate line "
188+ "placeholder" : " Names of all stages to skip from executing in BigQuery. "
188189 }
189190 },
190191 {
You can’t perform that action at this time.
0 commit comments