TM1py Documentation - Read the Docs

TM1py Documentation

Release 1.11.2 Marius Wirtz

Nov 13, 2023

CONTENTS

1 Requirements

3

2 Optional Requirements

5

3 Install

7

4 Usage

9

4.1 API Documentation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9

Python Module Index

93

Index

95

i

ii

TM1py Documentation, Release 1.11.2

By wrapping the IBM Planning Analytics (TM1) REST API in a concise Python framework, TM1py facilitates Python developments for TM1. Interacting with TM1 programmatically has never been easier.

with TM1Service(address='localhost', port=8001, user='admin', password='apple', ssl=True) as tm1:

subset = Subset(dimension_name='Month', subset_name='Q1', elements=['Jan', 'Feb', 'Mar'])

tm1.subsets.create(subset, private=True)

TM1py offers handy features to interact with TM1 from Python, such as ? Read data from cubes through cube views and MDX Queries ? Write data into cubes ? Execute processes and chores ? Execute loose statements of TI ? CRUD features for TM1 objects (cubes, dimensions, subsets, etc.) ? Query and kill threads ? Query MessageLog, TransactionLog and AuditLog ? Generate MDX Queries from existing cube views

CONTENTS

1

................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download