zhangbo 1 年之前
父節點
當前提交
18cae3f0d7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      alg_recsys_recall_4h_region_trend.py

+ 1 - 1
alg_recsys_recall_4h_region_trend.py

@@ -43,7 +43,7 @@ def check_data(project, table, partition) -> int:
         data_count = 0
     return data_count
 
-def get_table_data(project, table, partition) -> list[dict]:
+def get_table_data(project, table, partition):
     """获取全部分区数据"""
 
     records = get_data_from_odps(date=partition, project=project, table=table)