chore: format code

This commit is contained in:
Vlad Stan
2022-08-19 08:51:57 +03:00
parent fb7030c30f
commit 713909292e
5 changed files with 27 additions and 25 deletions
+1
View File
@@ -151,6 +151,7 @@ def build_insert_query(schema, tableName, columns):
VALUES ({values});
"""
def to_column_type(columnType):
if columnType == "TIMESTAMP":
return "to_timestamp(%s)"