Trino federation connectors
Trino is a distributed SQL query engine designed from the bottom up to be built around the concept of connectors and federation. Trino connectors help you connect to and access data from a variety of remote data sources, expose metadata (exposed within Trino as catalogs), and handle sending or receiving data from the remote source.
- PostgreSQL
- MySQL
- Snowflake
- AWSRedshift
- Hive
- Iceberg
- Oracle
- MariaDB
When you create a connector, a template specific to the selected data source type is provided for you to specify the connector configuration details, such as connector URL and secrets that are required to access the data source. You can also choose a "default template", which enables you to configure data source or connector types that are supported by the open-source Trino offering, however, these connectors are not supported by Cloudera.
