DataDesigner/docs/recipes/code_generation/enterprise_text_to_sql.md
dhruvnathawani 0e868c9dfc
fix: correct broken dev note links in recipe pages (#407)
Recipe pages are 3 levels deep (recipes/category/recipe/), so links
to dev notes need ../../../devnotes/ not ../../devnotes/. The extra
level was missing, causing links to resolve to recipes/devnotes/
instead of devnotes/.
2026-03-12 18:52:35 -07:00

601 B

Nemotron Super Text to SQL

!!! note "Dev Note" For a deep dive into the pipeline design, distractor injection strategy, quality waterfall analysis, and BIRD benchmark results, see Engineering an Enterprise-Grade Text-to-SQL Dataset with NeMo Data Designer.

Download Code :octicons-download-24:{ .md-button download="enterprise_text_to_sql.py" }

--8<-- "assets/recipes/code_generation/enterprise_text_to_sql.py"