Use three required sources: two LLM-era text-to-SQL papers plus one practical enterprise tutorial. Citation counts below are Semantic Scholar snapshots from this update and should be treated as popularity signals, not exact permanent numbers.
Required
A popular LLM-era text-to-SQL paper from PVLDB. Semantic Scholar showed 542 citations during this update, and the paper compares prompt representations, example selection, example organization, token efficiency, and GPT-4 execution accuracy.
Read for: the practical prompt-engineering and cost-quality tradeoffs behind modern LLM-based SQL generation.
Required
A popular LLM-era text-to-SQL paper. Semantic Scholar listed roughly 702 citations during this update, and the decomposition pattern maps cleanly to agentic query planning.
Read for: how to split the task into schema linking, decomposition, SQL generation, and self-correction rather than betting on one prompt.
Required
A practical, official architecture tutorial for enterprise text-to-SQL with Amazon Bedrock Agents, dynamic schema discovery, generated query execution, error handling, and guardrail-style controls.
Read for: production design moves you can translate to BigQuery: tools, permissions, schema context, execution boundaries, and repair loops.
Optional Refresher
A widely cited constrained-decoding paper for text-to-SQL. Semantic Scholar listed roughly 579 citations during this update.
Skim for: the validation instinct that generated SQL is structured code, so the system can constrain or reject invalid outputs before execution.