Fix agent work with sql skill#11536
Conversation
- remove mentioning postgres database - add rule how to quote identifiers
|
🔒 Entelligence AI Vulnerability Scanner ✅ No security vulnerabilities found! Your code passed our comprehensive security analysis. 📊 Files Analyzed: 3 files |
Review Summary🏷️ Draft Comments (2)
|
schema support in `set_handler`
Description
Updates:
Here is the user's question:)Table name should contain only one part)db.schema.table)Tested with queries from issues below:
Fixes https://linear.app/mindsdb/issue/CONN-1442/bug-agentsintermittent-issues-in-executing-sql-query (#11457)
Fixes https://linear.app/mindsdb/issue/CONN-1403/agents-unable-to-retrieve-data-from-certain-tables-it-has-access-to
Fixes https://linear.app/mindsdb/issue/CONN-1500/bug-table-not-found-for-snowflake-tables (#11529)
Fixes https://linear.app/mindsdb/issue/CONN-1459/bug-frequently-getting-table-tbl-not-found (#11394)
Type of change
Verification Process
To ensure the changes are working as expected:
Additional Media:
Checklist: