Обновить dags/split_subkonto2.py

This commit is contained in:
bn_user 2025-09-09 10:41:12 +00:00
parent 3efffa3627
commit 4033a76e31
1 changed files with 1 additions and 1 deletions

View File

@ -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