Обновить dags/split_subkonto2.py
This commit is contained in:
parent
df6d31169f
commit
79729ad3b6
|
|
@ -326,7 +326,7 @@ def merge_dict_and_split_1C(**kwargs):
|
||||||
conn.execute(
|
conn.execute(
|
||||||
'''
|
'''
|
||||||
INSERT INTO public.dict_subkonto_two (schet, subkonto2, nomer, date_begin, date_end)
|
INSERT INTO public.dict_subkonto_two (schet, subkonto2, nomer, date_begin, date_end)
|
||||||
SELECT
|
SELECT DISTINCT
|
||||||
schet
|
schet
|
||||||
, subkonto2
|
, subkonto2
|
||||||
, nomer
|
, nomer
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue