Skip to content

Commit

Permalink
fix: Add conn.commit() to Postgresonline_write_batch.online_write_bat…
Browse files Browse the repository at this point in the history
  • Loading branch information
job-almekinders authored and tqtensor committed Mar 11, 2024
1 parent 4f901b2 commit f231c72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/python/feast/infra/online_stores/contrib/postgres.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ def online_write_batch(
cur_batch,
page_size=batch_size,
)
conn.commit()
if progress:
progress(len(cur_batch))

Expand Down

0 comments on commit f231c72

Please sign in to comment.