Skip to content

Commit 05090b8

Browse files
authored
Merge pull request #1036 from data-integrations/CDAP-19287
Updated label for pushdown stage config settings
2 parents e92e702 + 964bb32 commit 05090b8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

widgets/BigQueryPushdownEngine-sqlengine.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
},
2929
{
3030
"label": "Advanced",
31+
"hideByDefault": true,
3132
"properties": [
3233
{
3334
"widget-type": "toggle",
@@ -171,20 +172,20 @@
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
{

0 commit comments

Comments
 (0)