Обновить dags/split_subkonto2.py
This commit is contained in:
parent
fe38d95a78
commit
b88daab2a1
|
|
@ -299,7 +299,7 @@ def merge_dict_and_split_1C(**kwargs):
|
||||||
|
|
||||||
result_df['date_end'] = result_df['date_end_dict']
|
result_df['date_end'] = result_df['date_end_dict']
|
||||||
|
|
||||||
result_df = result_df[['subkonto2', 'naimenovanie', 'nomer', 'date_begin', 'date_end']]
|
result_df = result_df[['subkonto2', 'naimenovanie', 'nomer', 'date_begin', 'date_end']].drop('id', axis=1)
|
||||||
|
|
||||||
engine = get_db_engine()
|
engine = get_db_engine()
|
||||||
with engine.begin() as conn:
|
with engine.begin() as conn:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue