Skip to content

Commit e91a2c6

Browse files
committed
retained commit_every=10k
1 parent 2719fff commit e91a2c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/airflow/dags/libs/SR_processing/db_services.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ def create_temp_field_values_table(
212212
"value",
213213
"frequency",
214214
],
215-
= commit_every=10000, # commit every 50k to reduce transaction overhead
215+
commit_every=10000, # commit every 50k to reduce transaction overhead
216216
)
217217

218218
except Exception as e:

0 commit comments

Comments
 (0)