Closed mmmente closed 9 months ago
This is correct.
Earlier versions of the TM1 REST API would support delta requests on cube level but it is no longer supported. Delta requests will be dropped entirely with TM1 v12.
My personal opinion on delta requests on the transaction log is that it's best to avoid them if you can. It's fragile, and it might easily break if an overnight data load writes excessive entries to the transaction log.
I have seen it working in production well when rigorous transaction log management is implemented, and all entries in the transaction log are human inputs.
Describe the bug The filter argument on initialize_transaction_log_delta_requests() does not work and execute_transaction_log_delta_request() reports transactions outside of the filter.
To Reproduce
Retail
and see a log entry printed.[e['Cube'] for e in entries]
shows which cube was changedExpected behavior I assume that the REST API actually does not support the filter argument. I could not find any documentation around that.
Version TM1py 1.11.3 TM1 Server Version: 11.8.02200.2