Jump to content

how can i make info link for trino?


hmryu

Recommended Posts

Hi @hmryu,
if the product is Spotfire,

 Like the one for Presto below, we might be able to build something similar

 

Based on the information available on this page Trino 462 Documentation

<jdbc-type-settings>
	<type-name>Trino</type-name>
	<driver>io.trino.jdbc.TrinoDriver</driver>
	<connection-url-pattern>jdbc:trino://example.net:8443/hive/sales?user=test&password=secret&SSL=true"</connection-url-pattern>
	<supports-catalogs>true</supports-catalogs>
	<supports-schemas>true</supports-schemas>
	<date-format-expression>$$value$$</date-format-expression>
	<date-literal-format-expression>date '$$value$$'</date-literal-format-expression>
	<time-format-expression>$$value$$</time-format-expression>
	<time-literal-format-expression>time '$$value$$'</time-literal-format-expression>
	<date-time-format-expression>$$value$$</date-time-format-expression>
	<date-time-literal-format-expression>timestamp '$$value$$'</date-time-literal-format-expression>
</jdbc-type-settings>

 

Finally, note that there is also a connector for Trino 

 

Last question, if you cannot query the catalog, how would you like to browse metadata ? by sending free-hand direct queries ?
 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...