@@ -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)