Skip to content

Commit 7a8be3a

Browse files
committed
update from_v112_to_122.sql
1 parent 8dfa854 commit 7a8be3a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

db/version_update/from_v112_to_v122.sql

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -150,14 +150,6 @@ INSERT INTO `dss_workflow_node_ui_to_validate` (`ui_id`, `validate_id`) VALUES (
150150

151151
INSERT INTO `dss_workflow_node_ui_to_validate` (`ui_id`, `validate_id`) VALUES ((SELECT id FROM `dss_workflow_node_ui` WHERE `key` = 'job.desc'),(SELECT id FROM `dss_workflow_node_ui_validate` WHERE error_msg = 'check.object配置重复,请检查' AND error_msg_en = 'exist check.object repeat please check!'));
152152

153-
-- job.desc描述文案修改
154-
update
155-
`dss_workflow_node_ui`
156-
set
157-
`description` = '请正确填写多源配置,数据源编号从01开始,按行分割。如:\nsource.type.01=hivedb\ncheck.object.01=db.tb{ds=${run_date}}\ncheck.object.02=db2.tb{ds=${run_date}}\nsource.type可不填,系统将根据库名自动识别数据来源,如:\ncheck.object.01=db.tb{ds=${run_date}}\ncheck.object.02=db2.tb{ds=${run_date}}'
158-
where
159-
`key` = 'job.desc';
160-
161153
-- 工作流节点选择引用模板,隐藏参数
162154
-- spark、pyspark、scala、hive节点
163155
update

0 commit comments

Comments
 (0)