{% if _dataset %}{{ _dataset }}.{% endif %}{{ row.dbt_model_name or _table }}Cost (this execution)
{{ row.query_cost_value | format_usd }}
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 Time (hours)
{% if job and job.total_slot_ms is not none %}{{ "%.1f" | format((job.total_slot_ms or 0) / 3600000) }}
{% if job.duration_ms is not none %} {% endif %} {% else %}—
{% endif %}{{ issue.row.explanation }}
{% if issue.rule_meta and issue.rule_meta.description %}{{ issue.rule_meta.description }}
{% endif %}{{ issue.template_result.explanation }}
{% if issue.diff_lines %}SQL diff in Available improvements below.
{% endif %} {% elif improvements %}See Available improvements below for the SQL-rewrite catalogue.
{% else %}This issue type doesn't have a single-query SQL rewrite. The fix is at the workload-scheduling or schema layer.
{% 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 }}