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

Provision a new managed warehouse for an organization and its first team. This runs the same flow as the in-product provision API: the duckgres control-plane /provision call, then the local DuckgresServer connection record and the control-plane team row. The organization's data-warehouse-scene feature flag is not required here.

This makes a real control-plane call. In environments where DUCKGRES_API_URL is unset, it returns "not configured" and persists nothing.

{% csrf_token %}

Becomes the connection's SNI subdomain — 3-63 chars, lowercase letters, numbers and hyphens, starting with a letter.

The team's schema in the warehouse (lowercase letters, numbers and underscores). The schema name cannot be changed later.

Cancel
{% endblock %}