Änderung: parquet_store.py

This commit is contained in:
knedlik
2026-03-01 13:11:28 +01:00
parent 20cd0b8547
commit 67170b8130
7 changed files with 83 additions and 10 deletions

5
app/tools/help_text.py Normal file
View File

@@ -0,0 +1,5 @@
from app_db.app_db import get_value
def get_help(dashboard :str):
helptext = get_value(f"select dash_description from dashboards where dash_name = '{dashboard}.py'")
return helptext