Setup
GCP Project: {{ config.gcp_project_id }} · Region: {{ config.bigquery_region }}
{{ active_principal }}
{% endif %}
| Started | Status | Project | Region | Lookback | Jobs | 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.gcp_project_id or "—" }} | {{ scan.bigquery_region or "—" }} | {{ scan.requested_lookback_days }}d | {% if scan.fetched_job_count is not none %} {{ "{:,}".format(scan.fetched_job_count) }} {% else %} — {% endif %} | {% if scan.dbt_only_filter %} on {% else %} — {% endif %} |
No scans yet. Use the form above to run your first scan.
{% endif %}