-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Labels
bugSomething isn't workingSomething isn't workingnewThe item has just been created and was not seen by MSTR developer yetThe item has just been created and was not seen by MSTR developer yet
Description
Description
Cannot list_facts and access the expression of /Platform Analytics/Schema Objects/Facts/Job Peak Memory (MB)
MicroStrategy Support Case
no case made
Steps To Reproduce
see code Snippet
Code Snippet
with Connection(source_url, mstr_username, mstr_password, ssl_verify=False) as mstr_conn
facts = list_facts(connection=mstr_conn,project_id=<project_id>,to_dictionary=False)
for fact in list_of_all_facts:
for expr in fact.expressions:
for tbl in expr.tables:
pass
Additional Context (optional)
Need to add BIG_DECIMAL = auto() to mstrio.modeling.expression.parameters.py > class VariantType
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingnewThe item has just been created and was not seen by MSTR developer yetThe item has just been created and was not seen by MSTR developer yet