feature(info-query): 增加查询表是否存在的接口
This commit is contained in:
@@ -99,4 +99,10 @@ public interface InfoService {
|
||||
|
||||
@Get("/updated_version_tables")
|
||||
ImmutableList<String> updatedVersionTables();
|
||||
|
||||
@Get("/exists_table")
|
||||
Boolean existsTable(@Query("flink_job_id") Long flinkJobId, @Query("alias") String alias);
|
||||
|
||||
@Get("/non_exists_table")
|
||||
Boolean nonExistsTable(@Query("flink_job_id") Long flinkJobId, @Query("alias") String alias);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user