mirror of
https://gitlab.com/cief-data/data-management.git
synced 2026-08-19 04:13:57 +00:00
Bug fix
This commit is contained in:
@@ -42,6 +42,8 @@ def exchange_load_to_cloudstorage(EXCHANGE_CSV_TEMP_STORAGE_PATH):
|
||||
def main():
|
||||
#Extract Load Exchange Data, and delete the temp csv
|
||||
EXCHANGE_CSV_TEMP_STORAGE_PATH = "./exchange/extract/exchange_temp_extract_csv/"
|
||||
if not os.path.exists(EXCHANGE_CSV_TEMP_STORAGE_PATH):
|
||||
os.makedirs(EXCHANGE_CSV_TEMP_STORAGE_PATH)
|
||||
exchange_extract(EXCHANGE_CSV_TEMP_STORAGE_PATH)
|
||||
exchange_load_to_cloudstorage(EXCHANGE_CSV_TEMP_STORAGE_PATH)
|
||||
general_function.delete_csv_in_path(EXCHANGE_CSV_TEMP_STORAGE_PATH)
|
||||
|
||||
Reference in New Issue
Block a user