v0.4.3
vanna-ai/vannav0.4.3Apr 22, 2024by zainhoda
AI Summary
Minor fix to SQL extraction logic to correct the order of SELECT and WITH clauses.
Key Highlights
- Swapped SELECT and WITH order in extract_sql
New Features
- SQL extraction logic fix
Full Release Notes
## What's Changed * Swap SELECT and WITH order in extract_sql by @Aymane11 in https://github.com/vanna-ai/vanna/pull/377 **Full Changelog**: https://github.com/vanna-ai/vanna/compare/v0.4.2...v0.4.3