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

Table Annotations

Write some notes about your tables to help the AI Assistant do its job. Relevant annotations will be automatically injected into AI assistant requests.

Good annotations may describe the purposes of columns that are not obvious from their name alone, common joins to other tables, or the semantic meaning of enum values.

Create Annotation {% 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 %}