SbloodyS commented on issue #16145: URL: https://github.com/apache/dolphinscheduler/issues/16145#issuecomment-2261749072
> I understand, but there are some data operations involved, such as the need to query all workflow_definitions_id for the > whitelist, and DS does not provide a relevant interface. Should we add a specific interface or directly query using SQL? > Both options seem a bit troublesome. Which method is better? > > I feel that implementing the above functionality with a Python script would be better than using a shell script. Why do you think python script is better? DolphinScheduler is a java project. Using a unified language to implement functionality is a basic requirement. -- 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]
