We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc61aff commit 479ca16Copy full SHA for 479ca16
changelog/66.fixed.md
@@ -0,0 +1 @@
1
+Fix behaviour of attribute value coming from resource pools for async client
infrahub_sdk/node.py
@@ -1341,7 +1341,7 @@ async def _process_mutation_result(
1341
continue
1342
1343
# Process allocated resource from a pool and update attribute
1344
- attr.value = object_response[attr_name]
+ attr.value = object_response[attr_name]["value"]
1345
1346
for rel_name in self._relationships:
1347
rel = getattr(self, rel_name)
0 commit comments