fix: 1行コミットモードのデグレ修正。インデントがズレており、ループの1回目で結果を返すようになってしまっていた。

This commit is contained in:
shimoda.m@nds-tyo.co.jp 2025-06-11 21:13:41 +09:00
parent 277950ba8d
commit 11c6945473

View File

@ -382,14 +382,14 @@ def import_data_with_commit_per_row(
print(
f'{datetime.now():%Y-%m-%d %H:%M:%S} {log_info} {WARNING} W-MAIN-01 {index} ロードスキーマ登録時にエラーが発生しました {line} {e}')
return {
"counts": {
"process": process_count,
"normal": normal_count,
"warning": warning_count
},
"warning_info": warning_info
}
return {
"counts": {
"process": process_count,
"normal": normal_count,
"warning": warning_count
},
"warning_info": warning_info
}
def import_data_with_bulk(