{% if _dataset %}{{ _dataset }}.{% endif %}{{ row.dbt_model_name or _table }}Failed executions
{{ visible_evidence.executions if visible_evidence else "—" }}
Bytes Processed
{% if job and job.total_bytes_processed is not none %}{{ job.total_bytes_processed | format_bytes }}
{% if job.total_bytes_billed is not none %} {% endif %} {% else %}—
{% endif %}Slot Wasted
{% if visible_evidence and visible_evidence.slot_wasted %}{{ visible_evidence.slot_wasted }}
{% else %}—
{% endif %}{{ issue.row.explanation }}
{% if issue.rule_meta and issue.rule_meta.description %}{{ issue.rule_meta.description }}
{% endif %}See Available improvements below — audit found AST rewrites that may be the underlying fix.
{% else %}No deterministic AST rewrite is available for this query. Inspect the failed SQL below and the BigQuery console for the failed job ID.
{% endif %}{{ imp.explanation }}
{% endif %} {% if imp.diff_lines or imp.before_content %}No diff available — template did not produce a change.
{% endif %}{{ imp.rollback }}
Paste this into the BigQuery console to inspect the underlying job row.
{{ job_lookup_sql }}