BigQuery Analysis
JSON →Execute and validate SQL queries against Google BigQuery. It safely runs SELECT queries under 1TB and returns results in JSON format.
Tools · 2
- dry_run_query 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.
★ 2 GitHub stars