Perform a dry run of a BigQuery query. Validates the query and estimates its processing size. Checks query size against the 1TB limit.
run_query_with_validation
Run a BigQuery query with validation. Detects and rejects DML statements (data modification queries). Rejects data processing over 1TB. Executes queries that pass validation and returns results.