Job
{{ job.job_id }}
Cost
{{ job.cost_usd | format_usd }}
Bytes Processed
{{ job.bytes_processed | format_bytes }}
Slot Time (hours)
{{ "%.1f" | format((job.slot_time_ms or 0) / 3600000) }}
Statement Type
{{ job.statement_type }}
| Rule | Detail | Affected Table | Current Cost |
|---|---|---|---|
| {{ issue.display_name }} |
{% if issue.explanation %}
{{ issue.explanation }} {% else %} — {% endif %} |
{{ issue.affected_table }}
|
{{ issue.current_cost | format_usd }} |
{% for line in job.query.split('\n') %}{{ loop.index }}{{ line }}
{% endfor %}
{{ job.performance_insights | tojson(indent=2) }}