Обновить dags/split_subkonto2.py
This commit is contained in:
parent
85775e6ac6
commit
9affdd2eb7
|
|
@ -266,7 +266,7 @@ def split_subkonto_from_1C(**kwargs):
|
||||||
from public.oborotno_salbdovaya_vedomostb osv
|
from public.oborotno_salbdovaya_vedomostb osv
|
||||||
where osv.subkonto2 not in (select dst2.subkonto2 from dict_subkonto_two dst2)
|
where osv.subkonto2 not in (select dst2.subkonto2 from dict_subkonto_two dst2)
|
||||||
""", engine)
|
""", 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')
|
return result_df.to_dict(orient='records')
|
||||||
|
|
||||||
def merge_dict_and_split_1C(**kwargs):
|
def merge_dict_and_split_1C(**kwargs):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue