@@ -106,6 +106,8 @@ def h_data_check(project, table, now_date):
try:
dt = datetime.datetime.strftime(now_date, '%Y%m%d%H')
+ # 测试 张博
+ dt = "2024022319all0last0"
check_res = check_table_partition_exits(date=dt, project=project, table=table)
if check_res:
sql = f'select * from {project}.{table} where dt = {dt}'