Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions widgets/BigQueryPushdownEngine-sqlengine.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
},
{
"label": "Advanced",
"hideByDefault": true,
"properties": [
{
"widget-type": "toggle",
Expand Down Expand Up @@ -171,20 +172,20 @@
},
{
"widget-type": "csv",
"label": "Stages to force execution in the SQL Engine",
"label": "Stages to force pushdown",
"name": "includedStages",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we also update the readme docs?

"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."
}
},
{
Expand Down