feat(info-query): 增加单表跨天查询
This commit is contained in:
@@ -116,6 +116,9 @@ public interface InfoService {
|
||||
@Get("/info/updated_version_tables")
|
||||
ImmutableList<String> updatedVersionTables();
|
||||
|
||||
@Get("/info/is_version_updated")
|
||||
Boolean isVersionUpdated(@Query("flink_job_id") Long flinkJobId, @Query("alias") String alias);
|
||||
|
||||
@Get("/info/exists_table")
|
||||
Boolean existsTable(@Query("flink_job_id") Long flinkJobId, @Query("alias") String alias);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user