cnabro commented on PR #33490: URL: https://github.com/apache/airflow/pull/33490#issuecomment-1739065678
@hussein-awala Sorry for the late reply due to other work! Same as expected result. > I see that you group them by operator, so the result will be: > (X and Y) or Z > the same result for > and X, or Z, and Y @potiuk I thought about several ways to solve with boolean-parser(https://boolean-parser.readthedocs.io/en/latest/#). Using select2(https://select2.org/dropdown) and boolean-parser together seemed to cause more confusion.. Would it be okay to not use select2? ``` e.g.) [(X AND Y) OR Z] : when contains bracket ``` -- 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]
