Skip to content

Commit f231c72

Browse files
job-almekinderstqtensor
authored andcommitted
fix: Add conn.commit() to Postgresonline_write_batch.online_write_batch (feast-dev#3904)
1 parent 4f901b2 commit f231c72

File tree

1 file changed

+1
-0
lines changed
  • sdk/python/feast/infra/online_stores/contrib

1 file changed

+1
-0
lines changed

sdk/python/feast/infra/online_stores/contrib/postgres.py

+1
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ def online_write_batch(
9999
cur_batch,
100100
page_size=batch_size,
101101
)
102+
conn.commit()
102103
if progress:
103104
progress(len(cur_batch))
104105

0 commit comments

Comments
 (0)