As per Airflow, the run of remove_orphan_files() has failed multiple times.
Related:
The table file count has grown very big:
spark.sql("""
SELECT COUNT(1) as count
FROM wmf_dumps.wikitext_inconsistent_rows_rc1.files
""").show()
+-------+
| count|
+-------+
|1496453|
+-------+This is unexpected. Will investigate.