From 7ad336d6e3460110d3a933dd39ff132d6a02d83b Mon Sep 17 00:00:00 2001 From: bn_user Date: Thu, 13 Nov 2025 20:59:57 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20dags/pogasheniya.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dags/pogasheniya.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dags/pogasheniya.py b/dags/pogasheniya.py index f3bdfd1..652c5aa 100644 --- a/dags/pogasheniya.py +++ b/dags/pogasheniya.py @@ -64,8 +64,8 @@ def pogasheniya(**kwargs): conn.execute(""" INSERT INTO public.pogasheniya (schet, uid_dogovor, name, nomer, date_begin, date_end) SELECT * FROM temp_pogasheniya - DO UPDATE SET ON CONFLICT (schet, uid_dogovor, nomer) + DO UPDATE SET name = EXCLUDED.name, agreement_num = EXCLUDED.agreement_num, agreement_date = EXCLUDED.agreement_date,