I'm using Presto version 0.216 and I want to connect multiple databases in one catalog file. I am using Apache SuperSet to run queries via presto and it forces me to one catalog called hive.properties.
I am running Presto on an Ubuntu instance in AWS. I can access all the databases and run 'join' queries over multiple databases defined in multiple catalog files (one.properties, hive.properties, etc..). However as stated above that's not how superset integrates with presto.
In the presto docs it says that I can run a command that groups the databases via the connector name, here.
SHOW SCHEMAS FROM mysql
However that fails with the error:
Catalog mysql does not exist
I know I don't have a catalog called mysql.properties but all my catalogs have:
connector.name=mysql
So I believe this should work. I just want to query multiple databases from Apache SuperSet via Presto. Unfortunately I cant just add multiple , or ; seperated connection URL's to my catalog variable:
connection-url=jdbc:mysql://myurl:3306/