{% extends "apps_skeleton.html" %} {% block contents %} {% include "delete_dataset_modal.html" %} {% if not flippers.enable_direct_access %}

Direct access is not enabled. To enable it, please contact your system administrator!

{% else %} {% if flippers.enable_cloudera_style %} {% include "partial_datasetrow_template.html" %}
Data Connection
{% endif %}
{% if flippers.enable_cloudera_style %}
{% include "app_alerts.html" with is_modal=False %}
Table Name # Datasets  

Click on a table row above to view sample data and table statistics

{% else %}
{% endif %} {% include "app_alerts.html" with is_modal=False %} {% if not flippers.enable_cloudera_style %} {% comment %} I used not here to avoid to much codechange by replacement {% endcomment %}

Data Connection: {{ dataconnection_name }}

Database
Tables
{% include "partial_run_and_cancel_query_buttons.html" with container_id="request-actions" data_test_id_cancel="rawcommand-cancel" data_test_id_run="run-sql-button" %}
No decimals value / negative number / special characters / zero allowed.

{% else %}
Database
Tables
{% include "partial_run_and_cancel_query_buttons.html" with container_id="request-actions" data_test_id_cancel="rawcommand-cancel" data_test_id_run="run-sql-button" %}

{% endif %}
{% if flippers.enable_cloudera_style %} {% endif %} {% endif %} {% endblock %} {% block code %} {% if flippers.enable_cloudera_style %} {% endif %} {% include "ace_editor_includes.html" %} {% endblock %}