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
…ch (#3904)
  • Loading branch information
job-almekinders authored Feb 9, 2024
1 parent bdce99d commit 7d75fc5
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 7d75fc5

Please sign in to comment.