Replies: 2 comments 4 replies
-
You can upgrade to the branch #935 Does that solve your problem? |
Beta Was this translation helpful? Give feedback.
-
I think that might be a little different. I've already implemented the threading in my code, so I'm not looking for that functionality from TM1PY. Rather, I have multiple pulls from execute_view_dataframe running concurrently in separate threads Shouldn't they be able to pull the data concurrently? One shouldn't block the other, right? |
Beta Was this translation helpful? Give feedback.
-
We have some python code that pulls cubes into our data mart. We have it running so each cube pull is a new thread using 'multiprocessing.Process'. However, it seems on the actual pull of data using execute_view_dataframe that once inside TM1py it's as if the other threads are not continuing until the pull is complete. Is this possible? Or maybe the print statements I've added are not being printed at the exact time of issuance?
Beta Was this translation helpful? Give feedback.
All reactions