-
**Describe what did you try to do with TM1py**
I am writing a script to get the parent-child relationship and also a flattened hierarchy which will be exported as a pandas dataframe. I have seen the …
-
Hi all,
Hope you are doing well!
I'm trying to connect to a tm1 database named "SKU" on cloud, so I have this code:
`from TM1py import TM1Service
params = {
"base_url": "https://XXXX…
-
Bug found in "_determine_auth_mode" (TM1py.__version__ 2.0.2). Currently the return of "_determine_auth_mode" for v11 is always "BASIC" if namespace and gateway None (See [here](https://github.com/cub…
-
**Describe the bug**
Enhancement: Currently we can only write files to the root folder of the content store. The existing functions do not parse '/' or '\' to reach to subdirectories:
"source_files/…
-
**Describe what did you try to do with TM1py**
I am trying to load a dataframe back to the cube using the cells.write function. Code looks like this:
``` python
cellset = build_cellset_from_pa…
-
I am using TM1py 1.11.1, and I am getting the below error message.
Traceback (most recent call last):
File "D:/Projects/PCC/file_transfer_v2.py", line 139, in copy_to_data_folder
tm1_inst.fil…
-
**Describe the bug**
get_elements_dataframe turns string arguments into floats when using use_blob=True.
get_elements_dataframe keeps string arguments as strings when using use_blob=False.
**To R…
-
**Describe the bug**
The Process class has 'ui_data' and 'variables_ui_data' as expected fields when retrieving a Process from TM1. In V12 they are no longer present. I stump across when attempting t…
-
**Describe the bug**
TM1py fails to get some data from TM1 (I'm using V11) when the URL contains '/api/v1'.
**To Reproduce**
Establish a connection using TM1Py 2.0.1 to a TM1 instance and retri…
-
When enabling TCP Keep Alive on MacOS connection fails on line 476
```python
socket_options = urllib3.connection.HTTPConnection.default_socket_options + [
(socket.SOL_…