{% extends "base.html" %} {% set section = "modules" %} {% block title %}New module — write SQL{% endblock %} {% block content %} {% include "_wizard_steps.html" %}
Step 2 — write the source query {{ connection.name }} ({{ driver_kind }}) ← different connection
{% if fetch_error %}
Could not introspect the query's columns:
{{ fetch_error }}
{% endif %}
cancel
{% endblock %}