0

we have tenant based architecture and each tenant have their own database to connect, We are using presto for our query processing engine so we need to create the connection dynamically for each and every tenant by writing some third party plugin connector. Is this possible instead of putting the database properties in etc/catalog file and create the connection dynamically.

I tried to change the existing open source code to create the connection dynamically but instead of doing that I need to write a third party plugin connector there I need to create connection dynamically by using the details specified.

0 Answers0