Canner / WrenAI

🚀 Open-source SQL AI Agent for Text-to-SQL. Make Text2SQL Easy! 🙌
https://getwren.ai/oss
GNU Affero General Public License v3.0
1.73k stars 155 forks source link

Fix(wren-ui): Fix getting incorrect native sql issue #550

Closed onlyjackfrost closed 2 months ago

onlyjackfrost commented 2 months ago

Fix issue https://github.com/Canner/WrenAI/issues/520

We previously used Wren Engine to do dry-plan. Now, when the data source is not DuckDB, we use ibis server for dry-plan.

wwwy3y3 commented 2 months ago

Kindly add some notes on what changed and why