atoti.QueryCubeDefinition(The definition to create a
cluster: HasIdentifier[ClusterIdentifier] | ClusterIdentifier,
*,
distributing_levels: Set[tuple[str, str, str]] =frozenset({}),
allow_data_duplication: bool =False,
)
QueryCube.
Attributes
cluster
Cluster joined by the query cube.distributing_levels
Thedistributing_levels.
allow_data_duplication
Whether to allow multiple data cubes in the same cluster to share some members in thedistributing_levels.
If True, the priority of each data node can be configured when calling atoti.Session.create_cube().
See the Atoti Server docs for more information.