balajidevanaboina opened a new issue, #15978:
URL: https://github.com/apache/druid/issues/15978
### Description
Hai team,
Hai everyone,
SELECT * FROM TABLE(
EXTERN(
'{"type":"sql","database":{"type":"mysql","connectorConfig":{"connectURI":"jdbc:mysql://ip-10-9-121-173:3306/wikipedia","user":"test","password":"password"}},"sqls":["SELECT
* FROM wikipedia"]}',
'{"type":"json"}',
'[{"name":"__time","type":"long"}]'
)
)
This is query i got from kyle blog to query mysql or psql table from druid
using **msq** engine...can any one suggest same like connect to **trino** and
run query using jdbc connection.

And i tried with adding trino jdbc driver in lib path also it is not
working....in connectorConfig i kept trino but druid is checking for
extension...

Any one wants to help on this. If druid will suport to connect to trino . i
think it is a good feature in druid
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]