@@ -2,6 +2,8 @@
created on Thursday, February,29 2024
@author: luojunhui
"""
+import os
+import sys
import json
import time
@@ -10,6 +12,8 @@ import datetime
import schedule
from odps import ODPS
+sys.path.append(os.getcwd())
+
from application.common.log import AliyunLogger