dheerajturaga commented on PR #69148: URL: https://github.com/apache/airflow/pull/69148#issuecomment-5320561134
The review-level validation request is addressed in `_get_ui_plugins()`. Malformed `applies_to` blocks—wrong container type, non-string or unknown criterion keys, and non-string criterion values—now emit a warning and are removed so the plugin item still loads unscoped. Valid criteria that the destination cannot evaluate also emit a warning, but remain configured because runtime matching intentionally skips unevaluable criteria. Tests cover malformed, unevaluable, and valid configurations. --- Drafted-by: Codex (GPT-5) (no human review before posting) -- 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]
