Joe 9 tháng trước cách đây
mục cha
commit
469709561b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      qiaojialiang/checkHiveDataUtil.py

+ 1 - 1
qiaojialiang/checkHiveDataUtil.py

@@ -39,7 +39,7 @@ def check_data(project, table, partition) -> int:
     try:
         t = odps.get_table(name=table)
         # check_res = t.exist_partition(partition_spec=f'dt={partition}')
-        check_res = t.exist_partition('dt=20240703/hh=14')
+        check_res = t.exist_partition('dt=20240703')
         if check_res:
             # sql = f'select * from {project}.{table} where dt = {partition} limit 0,100'
             sql = f'select * from loghubods.alg_recsys_sample_all where dt = 20240703 limit 0,100;'