feat(executor-task): 使用Flink SQL查询表总数、业务最后操作时间
This commit is contained in:
@@ -416,7 +416,8 @@ function yarnCrudColumns() {
|
||||
disabled: true,
|
||||
name: 'text',
|
||||
options: {
|
||||
wordWrap: 'on'
|
||||
wordWrap: 'on',
|
||||
fontFamily: 'monospace',
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -95,7 +95,7 @@ function taskTab() {
|
||||
},
|
||||
{
|
||||
type: 'form',
|
||||
title: '检索最后操作时间',
|
||||
title: '综合查询 (总数、最后操作时间)',
|
||||
actions: [
|
||||
{
|
||||
type: 'submit',
|
||||
@@ -103,7 +103,7 @@ function taskTab() {
|
||||
actionType: 'ajax',
|
||||
api: {
|
||||
method: 'get',
|
||||
url: '${base}/task/latest_op_ts',
|
||||
url: '${base}/task/table_summary',
|
||||
data: {
|
||||
hdfs: '${hdfs|default:undefined}',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user