From 964bb3290102b451104dd62e3693988ee4ac972d Mon Sep 17 00:00:00 2001 From: Fernando Velasquez Date: Fri, 13 May 2022 10:45:39 -0400 Subject: [PATCH] Updated label for pushdown stage config settings --- widgets/BigQueryPushdownEngine-sqlengine.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/widgets/BigQueryPushdownEngine-sqlengine.json b/widgets/BigQueryPushdownEngine-sqlengine.json index 34a032a7ee..49fee05965 100644 --- a/widgets/BigQueryPushdownEngine-sqlengine.json +++ b/widgets/BigQueryPushdownEngine-sqlengine.json @@ -28,6 +28,7 @@ }, { "label": "Advanced", + "hideByDefault": true, "properties": [ { "widget-type": "toggle", @@ -171,20 +172,20 @@ }, { "widget-type": "csv", - "label": "Stages to force execution in the SQL Engine", + "label": "Stages to force pushdown", "name": "includedStages", "widget-attributes": { "delimiter": "\u0001", - "placeholder": "Names of all stages to force push to execute in the BigQuery ELT engine. Each stage name must be on a separate line" + "placeholder": "Names of all stages to force push to execute in BigQuery." } }, { "widget-type": "csv", - "label": "Stages to skip from executing in the SQL engine", + "label": "Stages to skip pushdown", "name": "excludedStages", "widget-attributes": { "delimiter": "\u0001", - "placeholder": "Names of all stages to skip from executing in the BigQuery ELT engine. Each stage name must be on a separate line" + "placeholder": "Names of all stages to skip from executing in BigQuery." } }, {