{{ app_metadata.app_name }}
Tables
{% for table in tables %} {% set table_url = '/tables/' + table.name %}
{{ table.name }}
{% endfor %}
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 %}