{{ debuggerProcess.show ? "作业调试" : "作业设计" }}
调度流程设计
{{ debuggerProcess.show ? "转换调试" : "转换设计" }}
删除
复制
数据源转换
基础设置
保存
全部保存
关闭页面
{{ row.name }}
{{ row.name }}
暂无数据
新增流程
添加转换
添加作业
{{ item.data.jobName || "未设置" }}
测试量级:
100条
1000条
10000条
100000条
测试集群:
{{ row.time.toJSON() }}
{{ row.message }}
暂无调试记录
{{ row == "TRANSFER" ? "转换" : "作业" }}
暂无调试记录
还原
调试
组件名称:
数据来源:
业务数据库
元数据平台
{{ activeNode.data.dbName }}
{{ activeNode.data.dbType }}
{{ activeNode.data.ip }}
{{ activeNode.data.port }}
数据源信息
数据源:
{{ item.dbName }}
Schema:
数据表:
{{ activeNode.data.dbName }}
{{ activeNode.data.dbType }}
{{ activeNode.data.ip }}
{{ activeNode.data.port }}
数据源信息
数据源:
Schema:
数据表:
数据表:
{{
activeNode.data.tableCode
}}
事件时间:
字典标识:
映射关系:
点击设置关系
设置映射关系
{{
activeNode.data.mapping.filter((item) => {
return !!item.source.columnName;
}).length
}}
/ {{ activeNode.data.mapping.length }}
输出列名:
输入列名:
显示未映射输入列
搜索
{{
row.target.description
? `${row.target.description}(${row.target.columnName})`
: row.target.columnName
}}
{{ row.target.columnType }}({{
row.target.columnSize
}})
{{ row.source.tableAsName }}.
{{ row.source.select }}
{{ row.source.columnName }}
点击选择
{
$set(row.source, 'type', e.key);
}
"
>
字段
函数
{{ row.source.columnType || "-" }}
({{ row.source.columnSize }})
暂无数据
输入来源:{{
activeNode.data.inputTable.columns.length
}}
{{ row.columnName }}
暂无数据
作业列表:
集群列表:
作业节点概览:{{ activeNode.data.steps.length }}
编辑
{{ row.data.name }}
暂无数据
{{
activeNode.data.sourceType == 1
? "公共转换"
: "转换列表"
}}:
{
activeNode.data.sourceType = e.key;
getJobList();
}
"
>
转换列表
公共转换
转换节点概览:{{ activeNode.data.steps.length }}
编辑
{{ row.data.name }}
暂无数据
集成作业:
作业集群:
超时时间:
秒
分钟
小时
临时表名:
表说明:
关联来源:{{ activeNode.data.tables.length }}
设置关联关系
{{
row.tableName && row.tableCode
? `${row.tableName}(${row.tableCode})`
: row.tableCode
}}
as
{{ row.asName }}
暂无数据
输出字段:{{ activeNode.data.columns.length }}
高级设置
{{ row.tableAsName }}.
{{
row.description
? `${row.description}(${row.columnName})`
: row.columnName
}}
as
{{ row.asName }}
暂无数据
输入类型:
DWD
DWS
ADS
数据表:
事件时间:
输出字段:{{ activeNode.data.columns.length }}
{{
row.description
? `${row.description}(${row.columnName})`
: row.columnName
}}
暂无数据
设置
{
this.setPerlConfig.show = false;
this.activeNode.data.config =
this.setPerlConfig.config;
this.updataNode();
}
"
>