From ebc27f1295a32090e4a90691e8fa31b1c7e4d451 Mon Sep 17 00:00:00 2001 From: bn_user Date: Wed, 3 Dec 2025 07:41:01 +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/OSV=5Fwith=5Fdocs.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dags/OSV_with_docs.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dags/OSV_with_docs.py b/dags/OSV_with_docs.py index f0d14e5..d32d6a9 100644 --- a/dags/OSV_with_docs.py +++ b/dags/OSV_with_docs.py @@ -324,13 +324,13 @@ def pogasheniya(**kwargs): conn.execute(""" INSERT INTO public.pogasheniya (schet, uid_dogovor, name, nomer, date_begin, date_end) SELECT * FROM temp_pogasheniya - ON CONFLICT (schet, uid_dogovor) - DO UPDATE SET - name = EXCLUDED.name, - nomer = EXCLUDED.nomer, - date_begin = EXCLUDED.date_begin, - date_end = EXCLUDED.date_end """) + # ON CONFLICT (schet, uid_dogovor) + # DO UPDATE SET + # name = EXCLUDED.name, + # nomer = EXCLUDED.nomer, + # date_begin = EXCLUDED.date_begin, + # date_end = EXCLUDED.date_end conn.execute(""" UPDATE public.pogasheniya fp SET id = subquery.new_id