feat(executor-task): 使用Flink SQL查询表总数、业务最后操作时间
This commit is contained in:
@@ -25,8 +25,8 @@ public interface TaskService {
|
||||
@Query("filter_fields") String filterFields
|
||||
);
|
||||
|
||||
@Get(value = "/task/latest_op_ts", readTimeout = 2 * 60 * 1000)
|
||||
String latestOpTs(@Query("hdfs") String hdfs);
|
||||
@Get(value = "/task/table_summary", readTimeout = 2 * 60 * 1000)
|
||||
String tableSummary(@Query("hdfs") String hdfs);
|
||||
|
||||
@Get("/task/results")
|
||||
ImmutableList<String> results(@Query("task_id") String taskId);
|
||||
|
||||
Reference in New Issue
Block a user