Admin Only
{% if page_mode == 'local' %}
Local mode uses your machine's dbt project folder. Governor reads target/manifest.json and target/run_results.json from this folder. The GCP project is sourced only from run results.
{% else %}
Cloud mode starts with a GCS-backed manifest and shared-infrastructure defaults.
{% endif %}