From 3efffa36275b3cbb2c21510d62ba1eeff82fb7bf Mon Sep 17 00:00:00 2001 From: bn_user Date: Tue, 9 Sep 2025 10:40:41 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20dags/split=5Fsubkonto2.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dags/split_subkonto2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dags/split_subkonto2.py b/dags/split_subkonto2.py index 710a12b..95c51cb 100644 --- a/dags/split_subkonto2.py +++ b/dags/split_subkonto2.py @@ -304,7 +304,7 @@ def merge_dict_and_split_1C(**kwargs): engine = get_db_engine() 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') conn.execute( '''