-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
api: bigqueryIssues related to the BigQuery API.Issues related to the BigQuery API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
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.Issues related to the BigQuery API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.