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

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

View File

@ -304,7 +304,7 @@ def merge_dict_and_split_1C(**kwargs):
engine = get_db_engine() engine = get_db_engine()
with engine.begin() as conn: with engine.begin() as conn:
conn.execute('CREATE TEMP TABLE temp_dict_subkonto_two (subkonto2 text null, naimenovanie text null, nomer text null, date_begin text null, date_end text null)') conn.execute('CREATE TEMP TABLE temp_dict_subkonto_two (subkonto2 text null, nomer text null, date_begin text null, date_end text null)')
result_df.to_sql('temp_dict_subkonto_two', con=conn, if_exists='append', index=False, method='multi') result_df.to_sql('temp_dict_subkonto_two', con=conn, if_exists='append', index=False, method='multi')
conn.execute( conn.execute(
''' '''