更新参数名;更新引用类

This commit is contained in:
JIANG
2025-12-18 14:50:29 +08:00
parent 971386ae5a
commit 2b268081b1
3 changed files with 8 additions and 12 deletions

View File

@@ -458,7 +458,7 @@ class CompositeQueries:
@staticmethod
async def predict_pipeline_health(
timescale_conn: AsyncConnection,
db_name: str,
network_name: str,
query_time: datetime,
) -> List[Dict[str, Any]]:
"""
@@ -500,7 +500,7 @@ class CompositeQueries:
fields = ["id", "diameter", "node1", "node2"]
all_links = InternalQueries.get_links_by_property(
fields=fields,
db_name=db_name,
db_name=network_name,
)
# 转换为字典以快速查找