@@ -34,7 +34,7 @@ def check_origin_hive(args):
else:
bot = FeishuBot()
msg = (
- f'推荐模型数据更新 \n --step1【校验hive数据源】【success】:\ntable:{table},beginStr:{beginStr},endStr:{endStr}\n,detail:{exist_partition}')
+ f'推荐模型数据更新 \n【任务名称】:step1校验hive数据源\n【是否成功】:success\n【基础信息】:table:{table},beginStr:{beginStr},endStr:{endStr}\n【详细日志】:{exist_partition}')
bot.send_message(msg)
print('0')