Skip to content

Commit

Permalink
Batch jobs should always be valid (#126)
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 9, 2022
1 parent 68cc125 commit d71c460
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 @@ -506,7 +506,7 @@ def get_health_metrics(

# If there are missing metrics in Redis; None is returned if there is no such key
if not metric:
failed_feature_tables.append(name)
passed_feature_tables.append(name)
continue

# Ensure ingestion times are in epoch timings
Expand Down

0 comments on commit d71c460

Please sign in to comment.