change RAW to history
This commit is contained in:
@@ -27,7 +27,7 @@ def get_tables_from_db(connection):
|
|||||||
tables = []
|
tables = []
|
||||||
|
|
||||||
for (table,) in cursor.fetchall():
|
for (table,) in cursor.fetchall():
|
||||||
if 'RAW.' in table:
|
if 'history.' in table:
|
||||||
# Tabellennamen mit Backticks versehen
|
# Tabellennamen mit Backticks versehen
|
||||||
tables.append(f"Kunden.`{table}`")
|
tables.append(f"Kunden.`{table}`")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user