tm1.bedrock
module to expose bedrock processes conveniently
#928
Labels
Milestone
tm1.bedrock
module to expose bedrock processes conveniently
#928
We could introduce a module to TM1py that offers bedrock process execution most conveniently.
Based on the existing bedrock processes, we could introduce functions to TM1py that map 1 to 1 to the bedrock processes.
Example:
This provides two advantages over calling bedrock processes the "normal way":
I imagine that Bedrock process injection is switched off by default.
It could be passed to the
bedrock_cube_data_clear
function through an argument likecreate_if_necessary.
The actual code for the TM1py module could be generated by script based on the bedrock process JSON definitions.
The text was updated successfully, but these errors were encountered: