Skip to content

Commit

Permalink
[Feature] Add lineage for flink 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuanglw committed Jan 3, 2025
1 parent 9ea886b commit 1c56282
Show file tree
Hide file tree
Showing 7 changed files with 1,106 additions and 0 deletions.
25 changes: 25 additions & 0 deletions dinky-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,31 @@
<groupId>org.dinky</groupId>
<artifactId>dinky-alert-http</artifactId>
</dependency>

<dependency>
<groupId>io.openlineage</groupId>
<artifactId>openlineage-java</artifactId>
<version>1.21.1</version>
<exclusions>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>org.dinky</groupId>
<artifactId>dinky-client-${dinky.flink.version}</artifactId>
<version>${revision}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.dinky</groupId>
<artifactId>dinky-flink-${dinky.flink.version}</artifactId>
<version>${revision}</version>
<scope>provided</scope>
</dependency>
</dependencies>

<build>
Expand Down
Loading

0 comments on commit 1c56282

Please sign in to comment.