Add Cloud Tour Libo knowledge graph platform
This commit is contained in:
@@ -605,6 +605,7 @@ def upsert_graph_places(graph_name: str, rows: list[dict[str, Any]]) -> None:
|
||||
"MERGE (dist)-[:PART_OF]->(city) "
|
||||
"MERGE (city)-[:PART_OF]->(prov) "
|
||||
"MERGE (c9:GeoCell {h3_id:$h3_r9}) SET c9.resolution=9 "
|
||||
"MERGE (c9)-[:LOCATED_IN]->(dist) "
|
||||
"MERGE (p)-[:IN_H3_R9]->(c9)"
|
||||
)
|
||||
params = {
|
||||
|
||||
Reference in New Issue
Block a user