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.
   ![Screenshot from 2024-02-19 
11-52-45](https://github.com/apache/druid/assets/161425306/180d6c21-4355-4c72-82a6-7f1d016e6be2)
   
   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...
   
   ![Screenshot from 2024-02-19 
11-52-45](https://github.com/apache/druid/assets/161425306/a68afa47-f733-49a4-baef-6cb3aef1e335)
   
   
   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]

Reply via email to