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 }}
No referenced tables recorded.
{% endif %}| Rule | Detail | Affected Table | Severity | Current Cost |
|---|---|---|---|---|
| {{ issue.display_name }} |
{% if issue.explanation %}
{{ issue.explanation }} {% else %} — {% endif %} |
{{ issue.affected_table }}
|
{% if issue.severity >= 80 %} {{ issue.severity }} {% elif issue.severity >= 50 %} {{ issue.severity }} {% else %} {{ issue.severity }} {% endif %} | {{ issue.current_cost | format_usd }} |
{% for line in job.query.split('\n') %}{{ loop.index }}{{ line }}
{% endfor %}
{{ job.performance_insights | tojson(indent=2) }}