01Provides tools for executing read-only BigQuery SQL queries with configurable limits.
02Supports Application Default Credentials (ADC) and service account key files for authentication.
03Offers dry-run query functionality to estimate cost without execution.
04Allows listing of all datasets and tables within a project, including schema information.
050 GitHub stars
06Implements security checks to prevent non-SELECT queries and excessive data processing.