diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/report_ops/wires.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/report_ops/wires.py b/python/report_ops/wires.py index cc290420..c5cce66f 100644 --- a/python/report_ops/wires.py +++ b/python/report_ops/wires.py @@ -138,6 +138,7 @@ class UMBWireReport(WireReport, custodian="UMB", dtkey="%Y%m%d%H%M"): def yield_rows(cls, date, fund): p = cls.get_report(date, fund) conn = cls._conn + # We only have one report for UMB with no unique identifier. Delete and reupload recent is the only way with conn.cursor() as c: c.execute( "DELETE FROM custodian_wires WHERE date=%s AND fund=%s AND custodian=%s", |
