{{ _issue_name | upper }}
Why it fired
{{ issue.row.explanation }}
{% if issue.rule_meta and issue.rule_meta.description %}{{ issue.rule_meta.description }}
{% endif %}Recommended response
{% if issue.template_result %}{{ issue.template_result.explanation }}
{% if issue.diff_lines %}SQL rewrite available below.
{% endif %} {% elif improvements %}Review the available improvements below for the matching rewrite or structural recommendation.
{% else %}No single-query SQL rewrite applies. The fix is at the workload-scheduling, slot-reservation, or schema layer.
{% if layout_chip_targets %}Partition / cluster recommendations are available in the chips above.
{% endif %} {% endif %}