mirror of
https://gitlab.com/cief-data/data-management.git
synced 2026-08-19 04:13:57 +00:00
debug
This commit is contained in:
@@ -11,8 +11,8 @@ def exchange_extract(EXCHANGE_CSV_TEMP_STORAGE_PATH):
|
|||||||
EXCHANGE_CSV_TEMP_STORAGE_PATH = EXCHANGE_CSV_TEMP_STORAGE_PATH
|
EXCHANGE_CSV_TEMP_STORAGE_PATH = EXCHANGE_CSV_TEMP_STORAGE_PATH
|
||||||
|
|
||||||
#Read config file
|
#Read config file
|
||||||
EX_MYSQL_CONFIG = general_function.read_json_file(EX_MYSQL_CONFIG_FILE)
|
EX_MYSQL_CONFIG = general_function.read_json_file("",EX_MYSQL_CONFIG_FILE)
|
||||||
EX_SQL_DICT = general_function.read_json_file(EX_SQL_FILE)
|
EX_SQL_DICT = general_function.read_json_file("",EX_SQL_FILE)
|
||||||
|
|
||||||
#Connect to mysql
|
#Connect to mysql
|
||||||
EX_MYSQLDB = ex_extract_func.connect_mysql(EX_MYSQL_CONFIG)
|
EX_MYSQLDB = ex_extract_func.connect_mysql(EX_MYSQL_CONFIG)
|
||||||
|
|||||||
Reference in New Issue
Block a user