peak-xu commented on issue #15864: URL: https://github.com/apache/dolphinscheduler/issues/15864#issuecomment-2063506832
select `trigger_type`,`job_id`,`trigger_code`,count(id) as cnt from t_ds_trigger_relation group by `trigger_type`,`job_id`,`trigger_code` having cnt>1; Duplicate data exists ! this table uk is `t_ds_trigger_relation_UN` (`trigger_type`,`job_id`,`trigger_code`) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
