ck 4 년 전
부모
커밋
317008ae8d
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 2
      app/etl/data_stat_run.py
  2. 1 1
      app/etl/dw/dw_channel_daily.py

+ 2 - 2
app/etl/data_stat_run.py

@@ -4,7 +4,7 @@ from model.DingTalkUtils import DingTalkUtils
 from data_stat_task import *
 from sync_to_ck_task import *
 from app.etl.dm.dm_pitcher_daily_overview import dm_pitcher_daily_overview
-from app.etl.dw.dw_channel_daily import dw_channel
+from app.etl.dw.dw_channel_daily import dw_channel_daily
 from app.etl.dw.dw_pitcher_daily import dw_pitcher_trend
 from app.etl.src.src_book_info import src_book_info
 from app.etl.dw.dw_book_trend import book_trend
@@ -33,7 +33,7 @@ def main(st,et):
         do_cost(st,et)
         src_book_info()  # 书籍卡点信息
         # book_annual_expect_profit.run() # 年预期收益
-        dw_channel()
+        dw_channel_daily()
         dw_pitcher_trend()
         book_trend()
         dm_pitcher_daily_overview()

+ 1 - 1
app/etl/dw/dw_channel_daily.py

@@ -214,7 +214,7 @@ def del_channel():
 
 
 
-def dw_channel():
+def dw_channel_daily():
     print('run> dw_channel')
     dw_channel()   # 公众号基本数据
     dw_channel_user_daily()  # 用户激活