{% extends "setup/layout.html" %} {% block content %}

Step {{ current_step }} of {{ total_steps }} (optional)

GCS Manifest Bucket

Enter the GCS path where your dbt manifest files are stored. Skip to proceed without manifest integration — some detection features will be unavailable.

{% if errors and errors.bucket_path %}
{{ errors.bucket_path }}
{% endif %}

The service account from step 2 must have roles/storage.objectViewer on this bucket.

{% endblock %}