This is not an official Google product
This Google Data Studio Community Connector lets users query the Trino SQL engine catalogs, schemas, tables and views.
This Community Connector uses the Trino REST API.
To install and use this Trino connector in Data Studio you can just use this Direct Link or follow below steps to do your own deployment.
To use this Community Connector in Data Studio there is a one-time setup to deploy your own personal instance of the connector using Apps Script.
- Visit Google Apps Script and create a new project.
- In the Apps Script development environment, select View > Show manifest
file. Replace the contents of this file with the content of the
src/appsscript.json
file from the repository. - For every
.js
file undersrc
, you will need to create a file in Apps Scripts (File > New > Script File), then copy over the content from the repository. - To use the Community Connector in Data Studio, follow the guide on Community Connector Developer site.
Once you've set up and deployed the connector, follow the Use a Community Connector guide to use the connector in Data Studio.
Note: After using the connector in Data Studio, as long as you do not revoke access, it will remain listed in the connector list for easy access when creating a new data source.
The following configuration parameters are available:
-
Trino Server URL
(required) Your Trino server URL (http or https) e.g. http://my_trino_server:8080 or https://my_trino_server. -
Trino User
(required) Your Trino user name. -
Trino Password
(Optional) Trino user password. You need it if your Trino Authentication Type is set to PASSWORD. Let it blank if no password is required to connect. -
Trino Catalog
(required) Trino Catalog you want to connect. -
Trino Schema
(required) Trino Schema you want to connect. -
Trino Table or View
(required) Trino Table or View you want to connect. -
Row Limit
(Optional, default=10000) Set this limit if you want to limit the number of rows retrieved in Data Studio.