chore: format code
This commit is contained in:
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user