06/05 Optimize app

This commit is contained in:
2026-06-05 18:14:16 -04:00
parent e4007348f8
commit 231a9d2193
5 changed files with 92 additions and 102 deletions
+5
View File
@@ -436,6 +436,11 @@ def _build_cat_id_map():
return {c.name: c.id for c in Category.query.filter_by(is_active=True).all()}
def build_category_map():
"""Public alias — shared by teller, plaid, and schwab services."""
return _build_cat_id_map()
# ── Enrichment ────────────────────────────────────────────────────────────────
def _enrich(raw_rows):