feat(executor-task): 使用Flink SQL查询表总数、业务最后操作时间

This commit is contained in:
v-zhangjc9
2024-05-17 17:32:07 +08:00
parent 592d27ad6f
commit f398b8cdc3
14 changed files with 249 additions and 90 deletions

View File

@@ -38,6 +38,10 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>de.vandermeer</groupId>
<artifactId>asciitable</artifactId>
</dependency>
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-client</artifactId>