Обновить dags/OSV_with_docs.py
This commit is contained in:
parent
cb2b15405b
commit
a312c9e5ff
|
|
@ -324,8 +324,9 @@ def pogasheniya(**kwargs):
|
||||||
conn.execute("""
|
conn.execute("""
|
||||||
INSERT INTO public.pogasheniya (schet, uid_dogovor, name, nomer, date_begin, date_end)
|
INSERT INTO public.pogasheniya (schet, uid_dogovor, name, nomer, date_begin, date_end)
|
||||||
SELECT * FROM temp_pogasheniya
|
SELECT * FROM temp_pogasheniya
|
||||||
ON CONFLICT (schet, uid_dogovor, nomer)
|
ON CONFLICT (schet, uid_dogovor)
|
||||||
DO UPDATE SET
|
DO UPDATE SET
|
||||||
|
nomer = EXCLUDED.nomer,
|
||||||
name = EXCLUDED.name,
|
name = EXCLUDED.name,
|
||||||
nomer = EXCLUDED.nomer,
|
nomer = EXCLUDED.nomer,
|
||||||
date_begin = EXCLUDED.date_begin,
|
date_begin = EXCLUDED.date_begin,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue