feat(wren-ui): Import from data source SQL#1553
feat(wren-ui): Import from data source SQL#1553onlyjackfrost merged 9 commits intofeat/dialect-sql-sql-pairfrom
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
fredalai
left a comment
There was a problem hiding this comment.
LGTM, except one question.
73fa088 to
80e33dd
Compare
Description
This PR introduces a SQL dialect conversion feature that allows users to import SQL written in their data source’s dialect and manually convert it to Wren SQL when adding a question-SQL pair.
It also adds autocomplete support to the SQL editor when editing Wren SQL, improving the editing experience with keyword and schema suggestions.
Support autocomplete:
Not support autocomplete:
Remarks
Importing from data source SQL currently does not support the DuckDB data source, including sample datasets based on DuckDB.
Screenshots