Przeglądaj źródła

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

zhaohaipeng 9 miesięcy temu
rodzic
commit
039293c613
1 zmienionych plików z 1 dodań i 1 usunięć
  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)