Обновить dags/split_subkonto2.py
This commit is contained in:
parent
3efffa3627
commit
4033a76e31
|
|
@ -308,7 +308,7 @@ def merge_dict_and_split_1C(**kwargs):
|
|||
result_df.to_sql('temp_dict_subkonto_two', con=conn, if_exists='append', index=False, method='multi')
|
||||
conn.execute(
|
||||
'''
|
||||
INSERT INTO public.dict_subkonto_two (subkonto2, naimenovanie, nomer, date_begin, date_end)
|
||||
INSERT INTO public.dict_subkonto_two (subkonto2, nomer, date_begin, date_end)
|
||||
SELECT
|
||||
subkonto2
|
||||
, nomer
|
||||
|
|
|
|||
Loading…
Reference in New Issue