diff --git a/sdk/python/feast/infra/online_stores/snowflake.py b/sdk/python/feast/infra/online_stores/snowflake.py index d07066de12e..53254a9bc6b 100644 --- a/sdk/python/feast/infra/online_stores/snowflake.py +++ b/sdk/python/feast/infra/online_stores/snowflake.py @@ -149,7 +149,7 @@ def online_write_batch( "_feast_row" = 1; """ execute_snowflake_statement(conn, query) - + conn.commit() if progress: progress(len(data))