You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python3.10/site-packages/braincube_connector/bases/base_entity.py", line 216, in get_name return self._metadata[self.get_parameter_key("name")]KeyError: 'name'
Likely because name is nested under product (and not under braincube directly) : {'product': {... 'name': 'testBraincube'}}
Expected behavior
I expect the name of the braincube instance to show up
Versions: braincube-connector==2.6.0
The text was updated successfully, but these errors were encountered:
Describe the bug
braincube.get_name() is broken (at least on my local stack and internal preprod)
To Reproduce
I am getting the following error :
Likely because
name
is nested under product (and not under braincube directly) :{'product': {... 'name': 'testBraincube'}}
Expected behavior
I expect the name of the braincube instance to show up
Versions:
braincube-connector==2.6.0
The text was updated successfully, but these errors were encountered: