We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc45f73 commit 006b5c6Copy full SHA for 006b5c6
1 file changed
sdk/python/feast/infra/online_stores/contrib/postgres.py
@@ -294,7 +294,6 @@ def retrieve_online_documents(
294
)
295
rows = cur.fetchall()
296
297
- event_ts:
298
for feature_name, value, event_ts in rows:
299
val = ValueProto()
300
val.ParseFromString(value)
0 commit comments