
Explanation:
You can perform a dry run to estimate resources for a query job by using the -dry_run syntax. This allows you to estimate costs without actually executing the query. For more details, refer to the BigQuery documentation on estimating costs.
Which flag is used to estimate the costs for bytes read in BigQuery using the bq command? (Select One)
A
Must contact support for the BQ spreadsheet
B
--dry_run_read
C
Must use the pricing calculator.
D
--estimate_reads
E
-dry_run
No comments yet.