Explorar el Código

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

zhaohaipeng hace 11 meses
padre
commit
039293c613
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)