From 9affdd2eb74230e70f73690e7945bfb23e0f3124 Mon Sep 17 00:00:00 2001 From: bn_user Date: Mon, 8 Sep 2025 08:22:11 +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 c4d9476..f9aa3a9 100644 --- a/dags/split_subkonto2.py +++ b/dags/split_subkonto2.py @@ -266,7 +266,7 @@ def split_subkonto_from_1C(**kwargs): from public.oborotno_salbdovaya_vedomostb osv where osv.subkonto2 not in (select dst2.subkonto2 from dict_subkonto_two dst2) """, engine) - result_df = df['column_name'].apply(parse_contract_cell) + result_df = df['subkonto2'].apply(parse_contract_cell) return result_df.to_dict(orient='records') def merge_dict_and_split_1C(**kwargs):