SbloodyS edited a comment on issue #8790: URL: https://github.com/apache/dolphinscheduler/issues/8790#issuecomment-1072442178
> > data in table t_ds_process_task_relation_log, is this normal that 'post_task_version' have changed but 'process_definition_version' not change? > > it's not normal. at least project_code + process_definition_code + process_definition_version + post_task_code + post_task_version should be unique. it's the data in my metabase , the data was generated in dolphinscheduler2.0.0 At present, this problem can be solved by deleting duplicated data. Due to the particularity of version 2.0.0. I can not provide specific repair SQL. You can refer to the SQL logic in the ```FAQ``` to write a new SQL for data deletion. -- 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]
