Canner / WrenAI

🚀 An open-source SQL AI (Text-to-SQL) Agent that empowers data, product teams to chat with their data. 🤘
https://getwren.ai/oss
GNU Affero General Public License v3.0
2.04k stars 211 forks source link

Inherit comments from DB #671

Closed luca-iannelli closed 3 weeks ago

luca-iannelli commented 1 month ago

It would be useful to add the possibility that the data model inherits comments directly from the database. For example, in my databases there are often comments for each table and also for each single column. This is for ease of maintenance. The comments could be imported automatically into the data model (at the moment from the web interface they must be written manually) introducing more information about the semantics of the data and the relationships between tables.

wwwy3y3 commented 1 month ago

Hi @luca-iannelli Thank you for the feedback!

This is a great idea, and we've heard similar suggestions before. Could you start a thread in the GitHub Discussions? This way, we can invite the community to join the conversation and gather more ideas or needs that we can integrate.

endgameapp commented 1 month ago

I also agree about this. Takin over the metadata from BigQuery would help us a lot...

onlyjackfrost commented 1 month ago

similar feature request https://github.com/Canner/WrenAI/issues/655

wwwy3y3 commented 3 weeks ago

It's now supported in Wren AI, starting in version 0.9.0 (https://github.com/Canner/WrenAI/releases/tag/0.9.0)

wwwy3y3 commented 3 weeks ago

Closing this issue