We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0bb799 commit 24551f4Copy full SHA for 24551f4
sdk/python/feast/infra/online_stores/contrib/postgres.py
@@ -117,7 +117,7 @@ def online_write_batch(
117
"""
118
).format(sql.Identifier(_table_id(config.project, table)))
119
120
- # Push data in batches to online store
+ # Push data into the online store
121
with self._get_conn(config) as conn, conn.cursor() as cur:
122
cur.executemany(sql_query, insert_values)
123
conn.commit()
0 commit comments