Admin Only
{{ config.name }} ({{ config.gcp_project_id }})
| User | Statement | Workload | Created | Duration | Cost | Bytes Billed |
|---|---|---|---|---|---|---|
| {{ job.user_email.split('@')[0] if job.user_email else '-' }} | {{ job.statement_type or '-' }} | {% if job.workload_kind == 'build' %} build {% elif job.workload_kind == 'consumption' %} consumption {% else %} unclassified {% endif %} | {{ job.creation_time.strftime('%Y-%m-%d %H:%M') if job.creation_time else '-' }} | {% if job.duration_ms %} {{ (job.duration_ms / 1000) | round(2) }}s {% else %} - {% endif %} | {% if job.total_cost %} {{ job.total_cost | format_usd }} {% else %} - {% endif %} | {% if job.total_bytes_billed %} {{ (job.total_bytes_billed / (1024 * 1024 * 1024)) | round(2) }} GB {% else %} - {% endif %} |
Showing {{ start_idx }} to {{ end_idx }} of {{ total_groups }} results
{% if total_pages > 1 %} {% endif %}No BigQuery jobs found for this configuration.
Run a sync operation to retrieve job data from BigQuery.