Skip to content
This repository was archived by the owner on Mar 13, 2020. It is now read-only.

Commit 3333c69

Browse files
[SP-337] Update rdl/BatchDataLoader.py
Co-Authored-By: Chintan Raval <ChintanRaval@users.noreply.github.com>
1 parent 5f0c2b9 commit 3333c69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rdl/BatchDataLoader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def write_data_frame_to_table(self, data_frame):
126126
f"null '\\N', "
127127
f"FORCE_NULL ({column_list}))"
128128
)
129-
self.logger.info(f"Writing to table using command '{sql}'")
129+
self.logger.debug(f"Writing to table using command '{sql}'")
130130

131131
curs.copy_expert(sql=sql, file=data)
132132

0 commit comments

Comments
 (0)