Änderung: parquet_store.py
This commit is contained in:
5
app/tools/help_text.py
Normal file
5
app/tools/help_text.py
Normal 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
|
||||
Reference in New Issue
Block a user