Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#77 add dynamic get method to ViewService #78

Conversation

MariusWirtz
Copy link
Collaborator

new get method in ViewService returns MDX or NativeView:

from TM1py import TM1Service

with TM1Service(address='10.77.19.60', port=12354, user='admin', password='apple', ssl=True) as tm1:
    view = tm1.cubes.views.get(
        cube_name="Project Planning",
        view_name="I am a MDX View",
        private=False)
    view = tm1.cubes.views.get(
        cube_name="Project Planning",
        view_name="I am a Native View",
        private=False)

solves #77

new get method in ViewService returns MDX or NativeView
@MariusWirtz MariusWirtz added this to the 1.2.0 milestone Dec 5, 2018
@MariusWirtz MariusWirtz merged commit c2ba1b7 into cubewise-code:master Dec 6, 2018
@MariusWirtz MariusWirtz deleted the issue/77-get-method-in-view-service branch February 2, 2019 22:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants