raiseConnectionError(f"Could not fetch nodes for {use_case}/{layer.layer_name} from semantic-linking microservice, statuscode: {response.status_code}!")
raiseConnectionError(f"Could not fetch tables for {use_case} from business-logic microservice, statuscode: {response.status_code}!")
raiseConnectionError(f"Could not fetch nodes for {use_case}//{table}//{layer_name} from semantic-linking microservice, statuscode: {response.status_code}!")
returnresponse.json()
return[row["name"]forrowindata]
deffetch_nodes_from_semantic_linking():
deffetch_nodes_from_semantic_linking():
# prune DB
'''Empties the db and inserts layers and nodes from BusinessLogic and SemanticLinking'''