fix: 1行コミットモードのデグレ修正。インデントがズレており、ループの1回目で結果を返すようになってしまっていた。
This commit is contained in:
parent
277950ba8d
commit
11c6945473
@ -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(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user