{% extends "base.html" %} {% set section = "modules" %} {% block title %}New module — error{% endblock %} {% block content %}
Wizard error {{ title }} ← back to step 3
Dest table {{ qualified_dest }} already exists, but your picks don't match its schema. Drop the table, choose a different dest table, or align your column picks (dest names) with the existing columns below.
Missing from existing table {{ missing|length }}
{% for m in missing %} {% endfor %}
{{ m }}
Columns in existing dest {{ existing|length }}
{% for c in existing %} {% endfor %}
{{ c }}
{% endblock %}