Browse Source

feat:修改定时任务通知,添加对全天数据的计算

zhaohaipeng 9 months ago
parent
commit
039293c613
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ad/ad_utils.py

+ 1 - 1
ad/ad_utils.py

@@ -38,7 +38,7 @@ def check_data_hh(project, table, partition, hh) -> int:
 
 def check_ad_origin_hive(args):
     project = "loghubods"
-    table = "alg_recsys_ad_sample_all_new"
+    table = "alg_recsys_ad_sample_all"
     partition = args.partition
     hh = args.hh
     count = check_data_hh(project, table, partition, hh)