Creating a TI process from a .pro file using TM1py

Posted on Sun 04 October 2020 in tm1

Ever wondered what's going on in your .pro files? I did so I tried to take one apart with Python and re-create it with TM1py...


Continue reading

TM1 and Apache Airflow

Posted on Thu 23 July 2020 in tm1

I've seen numerous solutions for handling data integration where data needs to be extracted form TM1. Most end up involving multiple tasks triggered and managed in different tools by different teams. None of the moving parts are particularly complicated but the end to end process can be difficult to debug and it never seems to result in a particularly reusable solution. The introduction of the REST API and development of TM1py have increased the options. I thought it might be interesting to see how Airflow might be used to manage pipelines need data from TM1.


Continue reading

Using pytest to test TM1 models

Posted on Tue 24 March 2020 in tm1

I wanted an excuse to explore TM1py in more depth and had been thinking for a while about the possibilities offered by using a test framework like pytest to run automate tests of a TM1 model. This is really a quick proof of concept to gauge how feasible it might prove.


Continue reading