Skip to content

Commit

Permalink
Update processed timestamp (#122)
Browse files Browse the repository at this point in the history
Signed-off-by: Terence Lim <terencelimxp@gmail.com>
  • Loading branch information
terryyylim committed Mar 2, 2022
1 parent 4fcf740 commit 1016b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/feast_spark/pyspark/launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ def get_health_metrics(
continue

# Ensure ingestion times are in epoch timings
last_ingestion_time = json.loads(metric)["last_consumed_kafka_timestamp"][
last_ingestion_time = json.loads(metric)["last_processed_event_timestamp"][
"value"
]
valid_ingestion_time = datetime.timestamp(
Expand Down

0 comments on commit 1016b97

Please sign in to comment.