{% extends "base.html" %} {% block title %}Edit metadata for {{ target_type }} {% if database %}{{database}}{% endif %}{% if table %}/{{ table }}{% endif %}{% endblock %} {% block content %}

Editing {% if target_type == "index" %} Root-level {% elif target_type == "database" %} {{ database }} {% elif target_type == "table" %} {{ database }}/{{ table }} {% elif target_type == "column" %} {{ database }}/{{ table }}/{{ column }} {% endif %} metadata

{% if target_type == "index" %}

{% endif %}

Markdown is supported

Licenses and Attribution




{% if target_type == "database" or target_type == "table" or target_type == "column"%} {% endif %} {% if target_type == "table" or target_type == "column"%} {% endif %} {% if target_type == "column"%} {% endif %}
{% endblock %}