Skip to content
Snippets Groups Projects
Commit 023418b3 authored by Teddy Kossoko's avatar Teddy Kossoko
Browse files

Update ingestData.py to ingestTheData(criteria_list,...

Update ingestData.py to ingestTheData(criteria_list, folder_destination+"/"+os.path.basename(criteria_list['dataPath']))
parent 79f79a1d
No related branches found
No related tags found
No related merge requests found
......@@ -124,7 +124,7 @@ def ingestPrivateData(propertiesPath):
print("4- File correctly copied")
######We call the back end service to start the ingestion
ingestTheData(criteria_list)
ingestTheData(criteria_list, folder_destination+"/"+os.path.basename(criteria_list['dataPath']))
else:
print("Please, fill all the mandatories variables !!!!!!!!")
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment