{% if job_lookup_rows %}
{% for record in job_lookup_rows %} {% endfor %}
job_id user_email creation_time start_time end_time statement_type state cache_hit error_result total_slot_ms total_bytes_processed total_bytes_billed destination_table referenced_tables labels performance_insights query_hashes timeline query
{{ record.job_id }} {{ record.user_email }} {{ record.creation_time_label }} {{ record.start_time_label }} {{ record.end_time_label }} {{ record.statement_type }} {{ record.state }} {{ record.cache_hit }} {{ record.error_result }} {{ record.total_slot_ms }} {{ record.total_bytes_processed }} {{ record.total_bytes_billed }} {{ record.destination_table }} {{ record.referenced_tables }} {{ record.labels }} {{ record.performance_insights }} {{ record.query_hashes }} {{ record.timeline }} {{ record.query }}
{% endif %}