Skip to content

Commit 884f3a7

Browse files
fix(loader): remove multi insert for sql server
1 parent eeb9ea1 commit 884f3a7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

scripts/loading/python_load.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@
4949
schema="bronze",
5050
if_exists="append",
5151
index=False,
52-
chunksize=1000,
53-
method="multi",
52+
chunksize=100,
5453
)
5554

5655
print(f"Loaded {len(df)} rows into bronze.{table_name}")

0 commit comments

Comments
 (0)