{% block extra_styles %}{% endblock %}
{{ app_metadata.app_name }}
{% if not request.app.state.config.settings.web.hide_tables %}
Tables
{% for table in tables %} {% set table_url = '/tables/' + table.name %}
{{ table.name }}
{% endfor %}
{% endif %}
Queries
{% for query in queries %} {% set query_url = '/queries/' + query.name + '/view' %}
{{ query.title }}
{% endfor %}
About
{{ app_metadata.app_name }}
{% block body %}{% endblock %}
About
{{ app_metadata.app_name }}
Oversee your lakehouse
Version
{{ app_metadata.app_version }}
Repository
github.com/datalpia/laketower
Issue Tracker
Report an issue
License
Apache License 2.0
Copyright © 2025 Romain Clement / Datalpia
{% block extra_scripts %}{% endblock %}