Setup
GCP Project: {{ config.gcp_project_id }} · Region: {{ config.bigquery_region }}
{{ active_principal }}
{% endif %}
| Started | Status | Lookback | Jobs | Cost | dbt-only |
|---|---|---|---|---|---|
| {{ scan.started_at.strftime("%Y-%m-%d %H:%M") }} UTC | {% if scan.status == "succeeded" %} succeeded {% elif scan.status == "failed" %} failed {% elif scan.status == "running" %} running {% else %} {{ scan.status }} {% endif %} | {{ scan.requested_lookback_days }}d | {{ "{:,}".format(scan.fetched_job_count) }} | {{ (scan.actual_cost_usd or scan.estimated_cost_usd) | format_usd }} | {% if scan.dbt_only_filter %} on {% else %} — {% endif %} |
No scans yet. Use the form above to run your first scan.
{% endif %}