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

This commit is contained in:
bn_user 2025-09-08 08:22:11 +00:00
parent 85775e6ac6
commit 9affdd2eb7
1 changed files with 1 additions and 1 deletions

View File

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