|
@@ -8,15 +8,13 @@ from datetime import datetime, timedelta
|
|
|
import pandas as pd
|
|
|
import xgboost as xgb
|
|
|
|
|
|
+sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
|
|
|
+
|
|
|
from client import ODPSClient
|
|
|
from config import ConfigManager
|
|
|
from helper import RedisHelper
|
|
|
from util import feishu_inform_util
|
|
|
|
|
|
-print(sys.path)
|
|
|
-project_root = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
|
|
-sys.path.append(project_root)
|
|
|
-
|
|
|
odps_client = ODPSClient.ODPSClient()
|
|
|
config_manager = ConfigManager.ConfigManager()
|
|
|
|