{% extends "base.html" %} {% block main_body_right %}
{% if len(search_result) > 0 %}

List of Tables

{% for tab in search_result %} {% end %}
Data Source Name Entity
{{ tab['ds_name'] }} {{ tab['table_info'] }} Create Notebook
{% else %}

No data is found!

{% end %}
{% end %}