tm1py
tm1py copied to clipboard
TM1py is a Python package that wraps the TM1 REST API in a simple to use library.
New methods for calculation tracing.
**Describe the bug** When accessing https://tm1py.readthedocs.io/en/latest/, only the "TM1 Services", "TM1 Objects", and "Exceptions" headers are shown. Clicking the Navigation Bar items doesn't work. **To Reproduce** visit https://tm1py.readthedocs.io/en/latest/, click any...
Need to expand tm1py to support calculation tracing (and eventually feeder tracing). Will explore the need for a calculation object and trace calculation recursion.
The `execute_mdx_dataframe` function doesn't work with multi-axes MDX queries. Only the first two axes are considered in the resulting data frame. See below. This needs to be addressed. ``` python...
In these commits you will find the GitProject.py that has the class, properties and methods to handle the tm1project and the GitService that incorporates the GitProject objects and adds the...
I was just informed that TM1 release 11.8.15 will not have a limitation on the number of statements that a TI process can have. We can increase the MAX_STATEMENTS logic...
**Describe what did you try to do with TM1py** I am using add break point on a process to debug, but I would like to add multiple in a single...
**Describe the bug** I am opening this issue per @MariusWirtz request. I intermittently receive an error from TM1py when TM1 (IBM Cloud) does not respond. Could TM1py raise an error...
**Describe what did you try to do with TM1py** Is there a way to resave a mdx view to a native view? The conversion would be for a simple mdx...