{{ job.job_id }}
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 %}
query_info.performance_insights."
) }}
{{ job.performance_insights | tojson(indent=2) }}