Keep this to three required sources. The optional refresher is for BigQuery dry-run mechanics if that API detail is not fresh.
Required
Primary documentation for BigQuery's natural-language SQL generation workflow, including generated-query refinement, table-source context, comments-to-SQL, and the need to validate generated output.
Read for: product grounding, user workflow, table context selection, and where validation must sit outside the model.
Required
A benchmark paper showing why enterprise text-to-SQL needs metadata search, dialect docs, long-context reasoning, multi-query workflows, and complex warehouse environments such as BigQuery and Snowflake.
Read for: the system-design gap between demo SQL generation and production enterprise analytics agents.
Required
A practical evaluation example that combines natural-language-to-SQL generation with parseable outputs and executable tests, giving a template for regression gates beyond prompt inspection.
Read for: converting text-to-SQL quality into automated checks that can catch syntax and execution failures.
Optional refresher
A short reset on using BigQuery dry runs to validate query structure and estimate processing before a generated query is allowed to execute.
Use only if: dry-run validation, byte estimates, and cost gates are not already automatic in your mental model.