Uh oh!
There was an error while loading. Please reload this page.
Move dryRun property to from query to configuration level. - #2984
Conversation
dhermes
commented
Feb 6, 2017
I'll defer to @tseaver here |
| Values which are ``None`` -> server defaults. | ||
| """ | ||
| _default_dataset = None | ||
| _dry_run = None |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
| query.timeout_ms = 20000 | ||
| query.use_query_cache = False | ||
| query.use_legacy_sql = True | ||
| query.dry_run = True |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
…s#2984) * Move dryRun property to from query to configuration level.
Fixes#2981
Sets
dryRunat['configuration']['dryRun']rather than['configuration']['query']['dryRun].