newbiename commented on issue #16466: URL: https://github.com/apache/dolphinscheduler/issues/16466#issuecomment-2290470404
 Hi @SbloodyS, The parameter is used to specify the logical operation (such as AND, OR) that should be applied within the quality operator in our system. It helps determine how different conditions are combined or evaluated.logic_operator What it should do: The parameter is meant to define the logical relationship between conditions. For instance, if you have multiple conditions, the determines whether they are combined using AND or OR.logic_operatorlogic_operator Issue Details: Currently, this parameter is not being correctly passed to the backend, which means the server-side logic may not be executed as expected. Additionally, it’s not properly displayed in the UI, so users might not see the correct logical operations being applied. Example: If the is set to "AND", the backend should process the conditions such that all conditions must be true for the overall logic to be true.logic_operator If it’s set to "OR", then only one of the conditions needs to be true. I hope this clarifies the issue. Please let me know if you need more details or if there are any specific parts of the code that you need help with. -- 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]
