atoti.query package¶
Submodules¶
Module contents¶
There are two main ways to query atoti sessions in Python:
by passing measures and levels to
atoti.cube.Cube.query()
by passing an MDX string to
atoti.session.Session.query_mdx()
atoti.open_query_session()
, atoti.query.cube.QueryCube.query()
, and atoti.query.session.QuerySession.query_mdx()
can be used to query sessions started from remote atoti processes or classic ActivePivot (version >= 5.7) servers.
-
atoti.query.
create_basic_authentication
(username, password)¶ Create a basic authentication.