updated Services (Write)
This commit is contained in:
@@ -49,7 +49,7 @@ def write_parsed_data_to_account_records(
|
||||
new_account_record.save(db=db_session)
|
||||
mongo_provider.update_one(
|
||||
filter_query={"filename": file},
|
||||
update_data={"$set": {"stage": "completed"}},
|
||||
update_data={"$set": {"stage": "written"}},
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user