Creating a view that reads across catalogs/schemas #24659
-
Hello, I am looking to connect Trino to our BI Platform (Domo). I have two catalogs setup, one from snowflake, and another from a mysql database. I want to create a view via Trino that captures a SQL join from these two catalogs and exposes to Domo as a dataset. If you were to take the following query:
How can I create a view using this type of query in Trino? Is there a recommended metastore that can support this? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Those connectors don't support creating views. You need to add another catalog that supports creating Trino views. e.g. Iceberg connector |
Beta Was this translation helpful? Give feedback.
Those connectors don't support creating views. You need to add another catalog that supports creating Trino views. e.g. Iceberg connector