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)