You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(SELECT id FROM`dss_workflow_node`WHERE name ='hql'),
163
-
(SELECT id FROM`dss_workflow_node_ui`WHERE`key`='wds.linkis.engineconn.java.driver.memory')
164
-
);
137
+
INSERT INTO`dss_workflow_node_to_ui` (`workflow_node_id`, `ui_id`) VALUES ((SELECT id FROM`dss_workflow_node`WHERE name ='hql'),(SELECT id FROM`dss_workflow_node_ui`WHERE`key`='wds.linkis.engineconn.java.driver.memory'));
(SELECT id FROM`dss_workflow_node`WHERE name ='hql'),
323
-
(SELECT id FROM`dss_workflow_node_ui`WHERE`key`='mapreduce.job.running.map.limit')
324
-
);
278
+
INSERT INTO`dss_workflow_node_to_ui` (`workflow_node_id`, `ui_id`) VALUES ((SELECT id FROM`dss_workflow_node`WHERE name ='hql'),(SELECT id FROM`dss_workflow_node_ui`WHERE`key`='mapreduce.job.running.map.limit'));
(SELECT id FROM`dss_workflow_node`WHERE name ='hql'),
328
-
(SELECT id FROM`dss_workflow_node_ui`WHERE`key`='mapreduce.job.running.reduce.limit')
329
-
);
280
+
INSERT INTO`dss_workflow_node_to_ui` (`workflow_node_id`, `ui_id`) VALUES ((SELECT id FROM`dss_workflow_node`WHERE name ='hql'),(SELECT id FROM`dss_workflow_node_ui`WHERE`key`='mapreduce.job.running.reduce.limit'));
insert into dss_workflow_node_ui_to_validate (ui_id,validate_id) values (
341
-
(select id from`dss_workflow_node_ui`WHERE`key`='mapreduce.job.running.map.limit'),
342
-
(select id from dss_workflow_node_ui_validate where error_msg_en ='map task limit 10,200000')
343
-
);
289
+
insert into dss_workflow_node_ui_to_validate (ui_id,validate_id) values ((select id from`dss_workflow_node_ui`WHERE`key`='mapreduce.job.running.map.limit'),(select id from dss_workflow_node_ui_validate where error_msg_en ='map task limit 10,200000'));
344
290
345
-
insert into dss_workflow_node_ui_to_validate (ui_id,validate_id) values (
346
-
(select id from`dss_workflow_node_ui`WHERE`key`='mapreduce.job.running.reduce.limit'),
347
-
(select id from dss_workflow_node_ui_validate where error_msg_en ='reduce task limit 10,999');
291
+
insert into dss_workflow_node_ui_to_validate (ui_id,validate_id) values ((select id from`dss_workflow_node_ui`WHERE`key`='mapreduce.job.running.reduce.limit'),(select id from dss_workflow_node_ui_validate where error_msg_en ='reduce task limit 10,999'));
348
292
349
293
350
294
update dss_workflow_node_ui_validate set error_msg ='设置范围为[1,10],设置超出限制',error_msg_en ='must be between 1 and 10'where id = (selectt2.validate_idfrom dss_workflow_node_ui t1
@@ -378,10 +322,7 @@ ALTER TABLE dss_ec_release_ims_record MODIFY COLUMN content text CHARACTER SET u
378
322
INSERT INTO dss_workflow_node_ui (`key`,description,description_en,lable_name,lable_name_en,ui_type,required,value,default_value,is_hidden,`condition`,is_advanced,`order`,node_menu_type,is_base_info,`position`) VALUES
insert into dss_workflow_node_ui_to_validate (ui_id,validate_id) values (
382
-
(select id from`dss_workflow_node_ui`WHERE`key`='auto.disabled'limit1),
383
-
(select id from dss_workflow_node_ui_validate where validate_type='None'limit1)
384
-
);
325
+
insert into dss_workflow_node_ui_to_validate (ui_id,validate_id) values ((select id from`dss_workflow_node_ui`WHERE`key`='auto.disabled'limit1),(select id from dss_workflow_node_ui_validate where validate_type='None'limit1));
385
326
386
327
INSERT INTO dss_workflow_node_to_ui (workflow_node_id, ui_id)
387
328
SELECT id, (SELECT id FROM`dss_workflow_node_ui`WHERE`key`='auto.disabled'limit1) FROM dss_workflow_node;
@@ -518,29 +459,10 @@ INSERT INTO dss_workflow_node_ui_to_validate (ui_id,validate_id) VALUES
518
459
(
519
460
(SELECT id FROM dss_workflow_node_ui where`key`='msg.channel.type')
520
461
,
521
-
(SELECT id FROM dss_workflow_node_ui_validate where validate_type='None'limit1)
522
-
)
523
-
;
462
+
(SELECT id FROM dss_workflow_node_ui_validate where validate_type='None'limit1));
524
463
525
464
526
465
527
-
528
-
529
-
INSERT INTO dss_workflow_node_to_ui (workflow_node_id,ui_id) VALUES
530
-
(
531
-
(SELECT id from dss_workflow_node where node_type ='linkis.appconn.eventchecker.eventsender')
532
-
,
533
-
(SELECT id FROM dss_workflow_node_ui where`key`='msg.channel.type')
534
-
)
535
-
,
536
-
(
537
-
(SELECT id from dss_workflow_node where node_type ='linkis.appconn.eventchecker.eventreceiver')
538
-
,
539
-
(SELECT id FROM dss_workflow_node_ui where`key`='msg.channel.type')
540
-
)
541
-
;
542
-
543
-
544
466
-- 1.8.0 sql
545
467
546
468
ALTERTABLE dss_workflow_node_content_to_ui ADD node_type VARCHAR(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin COMMENT '节点类型,用于分区';
UPDATE dss_workflow_node_ui_validate set error_msg='请严格按照dbname.tablename{ds=partitionname}格式填写,中间不允许有空格' ,validate_range='^\\s*[a-zA-Z]([^.]*\\.[^.]*){1,}\\s*$'where error_msg ='需要检查的数据源dbname.tablename{partition}' ;
597
519
598
-
INSERT INTO dss_workflow_node (name,appconn_name,node_type,jump_type,support_jump,submit_to_scheduler,enable_copy,should_creation_before_node,icon_path)
INSERT INTO dss_workflow_node (name,appconn_name,node_type,jump_type,support_jump,submit_to_scheduler,enable_copy,should_creation_before_node,icon_path) VALUES ('nebula','scriptis','linkis.nebula.nebula',2,1,1,1,0,'svgs/nebula-graph.svg');
600
521
601
-
INSERT INTO dss_workflow_node_to_group (node_id,group_id)
602
-
VALUES ((select id from dss_workflow_node where node_type ='linkis.nebula.nebula') ,(select id from dss_workflow_node_group where name_en ='Data development'));
522
+
INSERT INTO dss_workflow_node_to_group (node_id,group_id) VALUES ((select id from dss_workflow_node where node_type ='linkis.nebula.nebula') ,(select id from dss_workflow_node_group where name_en ='Data development'));
603
523
604
-
INSERT INTO dss_workflow_node_to_ui (workflow_node_id,ui_id)
605
-
VALUES ((select id from dss_workflow_node where node_type ='linkis.nebula.nebula'),(select id from dss_workflow_node_ui where`key`='title'and node_menu_type ='1' ));
606
-
INSERT INTO dss_workflow_node_to_ui (workflow_node_id,ui_id)
607
-
VALUES ((select id from dss_workflow_node where node_type ='linkis.nebula.nebula'),(select id from dss_workflow_node_ui where`key`='desc'and node_menu_type ='1' ));
608
-
INSERT INTO dss_workflow_node_to_ui (workflow_node_id,ui_id)
609
-
VALUES ((select id from dss_workflow_node where node_type ='linkis.nebula.nebula'),(select id from dss_workflow_node_ui where`key`='businessTag'));
610
-
INSERT INTO dss_workflow_node_to_ui (workflow_node_id,ui_id)
611
-
VALUES ((select id from dss_workflow_node where node_type ='linkis.nebula.nebula'),(select id from dss_workflow_node_ui where`key`='appTag'));
612
-
INSERT INTO dss_workflow_node_to_ui (workflow_node_id,ui_id)
613
-
VALUES ((select id from dss_workflow_node where node_type ='linkis.nebula.nebula'),(select id from dss_workflow_node_ui where`key`='ReuseEngine'));
614
-
INSERT INTO dss_workflow_node_to_ui (workflow_node_id,ui_id)
615
-
VALUES ((select id from dss_workflow_node where node_type ='linkis.nebula.nebula'),(select id from dss_workflow_node_ui where`key`='auto.disabled'));
524
+
INSERT INTO dss_workflow_node_to_ui (workflow_node_id,ui_id) VALUES ((select id from dss_workflow_node where node_type ='linkis.nebula.nebula'),(select id from dss_workflow_node_ui where`key`='title'and node_menu_type ='1' ));
525
+
INSERT INTO dss_workflow_node_to_ui (workflow_node_id,ui_id) VALUES ((select id from dss_workflow_node where node_type ='linkis.nebula.nebula'),(select id from dss_workflow_node_ui where`key`='desc'and node_menu_type ='1' ));
526
+
INSERT INTO dss_workflow_node_to_ui (workflow_node_id,ui_id) VALUES ((select id from dss_workflow_node where node_type ='linkis.nebula.nebula'),(select id from dss_workflow_node_ui where`key`='businessTag'));
527
+
INSERT INTO dss_workflow_node_to_ui (workflow_node_id,ui_id) VALUES ((select id from dss_workflow_node where node_type ='linkis.nebula.nebula'),(select id from dss_workflow_node_ui where`key`='appTag'));
528
+
INSERT INTO dss_workflow_node_to_ui (workflow_node_id,ui_id) VALUES ((select id from dss_workflow_node where node_type ='linkis.nebula.nebula'),(select id from dss_workflow_node_ui where`key`='ReuseEngine'));
529
+
INSERT INTO dss_workflow_node_to_ui (workflow_node_id,ui_id) VALUES ((select id from dss_workflow_node where node_type ='linkis.nebula.nebula'),(select id from dss_workflow_node_ui where`key`='auto.disabled'));
0 commit comments