This commit is contained in:
2026-06-14 08:25:15 +02:00
parent f94573ea6e
commit ed6455787a
7 changed files with 876 additions and 20 deletions
+2 -2
View File
@@ -55,10 +55,10 @@ if _REQ_FILE.exists():
# Definice pipeline (step_id, label, executable filename)
STEPS = [
("1b", "Graph delta sync", "1b_parse_emails_graph_delta_v1.0.py"),
("1b", "Graph delta sync", "1b_parse_emails_graph_delta_v1.1.py"),
("3", "Download attachments", "3_download_attachments_v1.5.py"),
("4", "Unwrap S/MIME", "4_unwrap_smime_v1.0.py"),
("5", "Enrich fulltext (PG)", "5_enrich_fulltext_emails_v1.3.py"),
("5", "Enrich fulltext (PG)", "5_enrich_fulltext_emails_v1.4.py"),
]