Is there a way to validate a query in BigQuery api

I am using the Google APIs API Client Library for php , and I want to be able to verify the request before submitting it. Is there any method in the Google BigQuery API to validate a query ( Get text in a red box ).

I could not find him. I read this section https://cloud.google.com/bigquery/docs/reference/v2/jobs/query

BigQuery validator

+4
source share
1 answer

dryRun true jobs.query . , . - , .

dryRun:

[] , . , , .

+6

All Articles