{% extends "admin/base_site.html" %} {% load i18n %} {% block content %}

Provisioned a managed warehouse for organization {{ organization_id }} (first team {{ team_id }}).

Save the password now. The root password is returned by the control plane only once and is stored encrypted afterwards — it cannot be retrieved later. If you lose it, the warehouse must be re-provisioned or its credentials rotated.

Connection

Host{{ connection.host }}
Port{{ connection.port }}
Database{{ connection.database }}
Username{{ connection.username }}

Password

{% if password %}

Copy this now:

{% else %}

The control plane did not return a password in this response. Retrieve the credentials via the duckgres control plane / 1Password onboarding flow.

{% endif %}

Done

{% endblock %}