Skip to content

Commit 7d75fc5

Browse files
fix: Add conn.commit() to Postgresonline_write_batch.online_write_batch (#3904)
1 parent bdce99d commit 7d75fc5

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

Lines changed: 1 addition & 0 deletions
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)