We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fcf740 commit 1016b97Copy full SHA for 1016b97
python/feast_spark/pyspark/launcher.py
@@ -510,7 +510,7 @@ def get_health_metrics(
510
continue
511
512
# Ensure ingestion times are in epoch timings
513
- last_ingestion_time = json.loads(metric)["last_consumed_kafka_timestamp"][
+ last_ingestion_time = json.loads(metric)["last_processed_event_timestamp"][
514
"value"
515
]
516
valid_ingestion_time = datetime.timestamp(
0 commit comments