You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm also interested in this integration possibility.
Currently looking to leverage SuperSonic's semantic layer and natural language capabilities with our existing Trino deployment. This integration would be particularly valuable for making our Trino-based data platform more accessible to business users through natural language querying.
Would appreciate any insights from the maintainers on whether this is being considered or if there are any technical challenges that would prevent such integration. @jerryjzhang@lxwcodemonkey
I'm also interested in this integration possibility.
Currently looking to leverage SuperSonic's semantic layer and natural language capabilities with our existing Trino deployment. This integration would be particularly valuable for making our Trino-based data platform more accessible to business users through natural language querying.
Would appreciate any insights from the maintainers on whether this is being considered or if there are any technical challenges that would prevent such integration. @jerryjzhang@lxwcodemonkey
Sorry for late reply. I think Trino integration should be quick. There are two aspect of work:
SuperSonic uses JDBC to connect to database engine, Trino JDBC driver needs to be added to the lib directory.
Implement interface DbAdaptor for Trino in case there are special dialects.
Other constructs like schema mapper, parser, corrector are not tied to underlying engine. Please let me know if there are other queries.
Describe your question
Curious if this can be used with Trino ?
Your organization
n/a
The text was updated successfully, but these errors were encountered: