dryRun property

bool? dryRun
getter/setter pair

If set to true, BigQuery doesn't run the job.

Instead, if the query is valid, BigQuery returns statistics about the job such as how many bytes would be processed. If the query is invalid, an error returns. The default value is false.

Optional.

Implementation

core.bool? dryRun;