{% extends "explorer/base.html" %} {% block sql_explorer_content %}

Table Annotations

These will be injected into any AI assistant prompts that reference the annotated table.

Create New {% for table_description in table_descriptions %} {% empty %} {% endfor %}
Connection Table Name Description Actions
{{ table_description.database_connection }} {{ table_description.table_name }} {{ table_description.description|truncatewords:20 }}
No table descriptions available.
{% endblock %}