Closed hustontrevor closed 2 years ago
Hi @hustontrevor we've logged the defect and will investigate this issue.
@hustontrevor fix will be available with next release
any update with this issue? It's causing us problem as well and we implemented everything once again using the underlying http calls.
@aksakalli fix will be available with Thursday release this week
https://github.com/MicroStrategy/mstrio-py/blob/f63a1193b25a876b6621e919987f9a678e6a1fdb/mstrio/modeling/schema/attribute/attribute.py#L1086
Seeing this error frequently in some of our older projects. Going over to Developer and into the Attribute to set the Report Sort to something besides 'None' fixes it, but then it just errors on another Attribute the next time I run the .py.
File ~\AppData\Local\Programs\Python\Python310\lib\site-packages\mstrio\utils\entity.py:824, in EntityBase.getattribute(self, name) File ~\AppData\Local\Programs\Python\Python310\lib\site-packages\mstrio\modeling\schema\attribute\attribute.py:1086, in Attribute.forms(self) File ~\AppData\Local\Programs\Python\Python310\lib\site-packages\mstrio\utils\entity.py:835, in EntityBase.getattribute(self, name) File ~\AppData\Local\Programs\Python\Python310\lib\site-packages\mstrio\utils\entity.py:212, in EntityBase.fetch(self, attr) File ~\AppData\Local\Programs\Python\Python310\lib\site-packages\mstrio\utils\entity.py:353, in EntityBase._set_object_attributes(self, **kwargs) File ~\AppData\Local\Programs\Python\Python310\lib\site-packages\mstrio\utils\entity.py:329, in EntityBase.__compose_val(self, key, val) File ~\AppData\Local\Programs\Python\Python310\lib\site-packages\mstrio\utils\helper.py:1113, in Dictable.from_dict(cls, source, connection, to_snake_case)