{# Step 2 — pick the audit target. Project dropdown comes from gcp_projects_for_picker(); region is free text with a list of common BigQuery locations. POST runs the ADC probe again (now that we have a project to probe against) and writes ~/.governor-audit/config.json. #} {% extends "setup/layout.html" %} {% block content %}
Pick the BigQuery project you want to audit and the region its dataset lives in. Both are required — everything in audit is scoped to a single (project, region) pair.
{% if errors and errors.get('_general') %}