presto create view on CLI gives connector does not support create view error
presto server started with a mongodb and myql catalogs.
from presto cli, I can query the tables of both sources.
I can even issue a query that combines data from both sources.
In Mongo it is mongodb.test.actors which has name,city,dob fie…