From 0aa56da2cef50c9f3f54d4ac57d33278be9d210c Mon Sep 17 00:00:00 2001 From: mk-armah Date: Sun, 21 Jul 2024 20:55:16 +0000 Subject: [PATCH] disconnected relationship between resources and graphs --- integration/main.py | 1 - resources/blueprints.json | 6 ------ 2 files changed, 7 deletions(-) diff --git a/integration/main.py b/integration/main.py index 2fec152..b68a11d 100644 --- a/integration/main.py +++ b/integration/main.py @@ -265,7 +265,6 @@ def create_resource_entity(resource): if workload_id: workload_id = f"{resource['app_id']}/{resource['env_id']}/{workload_id}" entity["relations"][BLUEPRINT.WORKLOAD] = workload_id - entity["relations"][BLUEPRINT.RESOURCE_GRAPH] = resource["gu_res_id"] return entity applications = await self.humanitec_client.get_all_applications() diff --git a/resources/blueprints.json b/resources/blueprints.json index 62c7b6c..4291f9d 100644 --- a/resources/blueprints.json +++ b/resources/blueprints.json @@ -162,12 +162,6 @@ "calculationProperties": {}, "aggregationProperties": {}, "relations": { - "humanitecResourceGraph": { - "title": "Graph", - "target": "humanitecResourceGraph", - "required": false, - "many": false - }, "humanitecWorkload": { "title": "Humanitec Workload", "target": "humanitecWorkload",