Skip to content

Allow dryRun for jobs/queries #2285

@thejens

Description

@thejens

Not sure how to best do this; but would be great with the ability to trigger dryRuns of jobs to get an idea of the amount of data it will consume and validate the query.

https://cloud.google.com/bigquery/docs/reference/v2/jobs#configuration.dryRun

... essentially it could be just a parameter on the job like for example write_disposition; however it might make more sense to do one of:

a) Add a bool param on the job "begin" method to allow dry-runs
b) Add a dry_run method that mimics begin but does a dry-run

Metadata

Metadata

Assignees

Labels

api: bigqueryIssues related to the BigQuery API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions