Joe 9 月之前
父節點
當前提交
d303f231e5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      qiaojialiang/checkHiveDataUtil.py

+ 1 - 1
qiaojialiang/checkHiveDataUtil.py

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