Custom connector for Starburst utilizes an ODBC connection for executing custom queries and retrieves metadata using specific queries tailored to this data source.
ODBC Driver
Before importing, using the custom connector requires the installation and configuration of the ODBC driver.
We have tested the import using the Insightsoftware ODBC 2.1.0 downloaded from the https://insightsoftware.com/drivers/trino-odbc-jdbc/ website.

Connector features
Data Catalog
Dataedo will document following objects from Starburst:
- Tables,
- Views
- Procedures,
- Functions
How to connect
To connect to Snowflake create new documentation by clicking Add and choosing New connection.

On the connection screen choose Starburst/Trino (Local Custom Connector) or Starburst/Trino (Shared Custom Connector)

Choose ODBC driver configured earlier

Click Connect
Connector specification
Imported objects
| Object | Imported as |
|---|---|
| Table | Table |
| View | View |
Tables metadata
| Metadata | Imported as |
|---|---|
| Schema | Schema |
| Name | Name |
| Columns | Table columns |
| Name | Name |
| Data type | Data type |
| Null/Not null | Nullable |
Views metadata
| Metadata | Imported as |
|---|---|
| Schema | Schema |
| Name | Name |
| Script | Script |
| Columns | View columns |
| Name | Name |
| Data type | Data type |
| Null/Not null | Nullable |
Samuel Chmiel