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