Skip to content

Disconnect tm1 session when complete #529

Answered by rkvinoth
swartz2011 asked this question in Q&A
Discussion options

You must be logged in to vote
my_single_connection.logout()

Should log you out.

Alternatively you can create a context manager.

with TM1Service() as my_single_connection:
    #Your code goes here

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by MariusWirtz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants