Skip to content

Commit 9e792aa

Browse files
committed
Fix SQL syntax
1 parent 546e073 commit 9e792aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/airflow/dags/libs/queries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@
434434
AND sr_table.name = temp_table.matching_table_name
435435
LIMIT 1
436436
)
437-
);
437+
438438
"""
439439

440440

0 commit comments

Comments
 (0)