zhangbo 1 year ago
parent
commit
ebad28063c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      alg_recsys_recall_4h_region_trend.py

+ 1 - 1
alg_recsys_recall_4h_region_trend.py

@@ -41,7 +41,7 @@ def check_data(project, table, partition) -> int:
             log_.info("表{}分区{}不存在".format(table, partition))
             data_count = 0
     except Exception as e:
-        log_.error("table:{},partition:{} no data. return data_count=0".format(table, partition))
+        log_.error("table:{},partition:{} no data. return data_count=0:{}".format(table, partition, e))
         data_count = 0
     return data_count