BigQuery: Add dryrun option to magic. #8143
Labels
api: bigquery
Issues related to the BigQuery API.
good first issue
This issue is a good place to started contributing to this repository.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
The BQ API supports the dry_run option, but the ipython magic does not. It would be great if there were a parameter which, when set, would return the (sometimes vital) information about bytes to be read instead of running the query. This would help put the Jupyter environment on a par with the BQ console.
The text was updated successfully, but these errors were encountered: