Skip to content

Commit 1016b97

Browse files
authored
Update processed timestamp (#122)
Signed-off-by: Terence Lim <[email protected]>
1 parent 4fcf740 commit 1016b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/feast_spark/pyspark/launcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ def get_health_metrics(
510510
continue
511511

512512
# Ensure ingestion times are in epoch timings
513-
last_ingestion_time = json.loads(metric)["last_consumed_kafka_timestamp"][
513+
last_ingestion_time = json.loads(metric)["last_processed_event_timestamp"][
514514
"value"
515515
]
516516
valid_ingestion_time = datetime.timestamp(

0 commit comments

Comments
 (0)