feat(ibis): Enabled Passwordless Connection for Data Sources BE#1043
feat(ibis): Enabled Passwordless Connection for Data Sources BE#1043goldmedal merged 1 commit intoCanner:mainfrom ongdisheng:issue-1088
Conversation
WalkthroughThe pull request introduces modifications to connection information classes in the Ibis server's model module. The primary change involves making the Changes
Possibly related PRs
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
🔇 Additional comments (9)
✨ Finishing Touches
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 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 (
|
goldmedal
left a comment
There was a problem hiding this comment.
Thanks @ongdisheng, look great 👍
Description
This PR introduces support for passwordless connections to data sources such as
MySQL,PostgreSQL,MSSQL, andClickHouse. By setting default password value to None, users can now access these data sources without specifying a password.Note: Passwordless connections are not supported for
Snowflake[ref: link]Related Issue
Canner/WrenAI#1088
Summary by CodeRabbit
New Features
Bug Fixes