Skip to content

[BUG]: ___'big_decimal' is not a valid VariantType #226

@hustontrevor

Description

@hustontrevor

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

No one assigned

    Labels

    bugSomething isn't workingnewThe item has just been created and was not seen by MSTR developer yet

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions