ck 4 年 前
コミット
700e8fa981
1 ファイル変更1 行追加0 行削除
  1. 1 0
      app/etl/data_stat_hourly.py

+ 1 - 0
app/etl/data_stat_hourly.py

@@ -19,6 +19,7 @@ def do_cost():
 def main():
     do_order()
     do_cost()
+    dw_daily_channel()
 
 if __name__ == '__main__':
     main()