Skip to content

Commit 160d054

Browse files
author
boonhapus
committed
explicit conversion
1 parent c96bd27 commit 160d054

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cs_tools/sync/falcon/syncer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ def dump(self, tablename: str, *, data: _types.TableRowsFormat) -> None:
121121
"schema": self.schema_,
122122
"table": tablename,
123123
"has_header_row": True,
124+
"date_time_format": utils.FMT_TSLOAD_DATETIME,
124125
"ignore_node_redirect": self.ignore_load_balancer_redirect,
125126
}
126127

0 commit comments

Comments
 (0)