浏览代码

把水电表切换到测试环境

Ping 1 年之前
父节点
当前提交
0713ff73e2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      etl_utility.py

+ 1 - 1
etl_utility.py

@@ -322,7 +322,7 @@ def load(conn, df: pd.DataFrame, target_db) -> None:
 
 
 def etl():
-    config = load_config('production')
+    config = load_config()
 
     target_db = 'bi_utility_'