/trino-openlineage

OpenLineage integration for Trino

Primary LanguageJava

trino-openlineage

An experimental OpenLineage integration for Trino

Marquez

Requirements

Installation

Build and copy trino-openlineage plugin:

mvn clean install -DskipTests
unzip ./target/trino-openlineage-362.zip -d $TRINO_HOME/plugin

Add the following line to $TRINO_HOME/etc/event-listener.properties:

event-listener.name=openlineage
openlineage.url=http://localhost:5000