Skip to content

Commit 705c555

Browse files
committed
update model and tutorials
Signed-off-by: Stefan Bischof <[email protected]>
1 parent 73320fb commit 705c555

File tree

200 files changed

+5724
-2872
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

200 files changed

+5724
-2872
lines changed

docs/cubeserver/model/class-Catalog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The root container of an OLAP schema that defines a complete analytical database
5555
<td>true</td>
5656
</tr>
5757
<tr>
58-
<td colspan="5"><em>Collection of schema-level parameters that provide dynamic behavior and configuration within the schema. Parameters enable runtime customization of schema elements, user-specific settings, and conditional logic in calculations. These parameters are available throughout the schema for use in calculated members, named sets, security expressions, and custom formatting. Common uses include date ranges for time intelligence, user preferences, locale settings, and business rule toggles.</em></td>
58+
<td colspan="5"><em>Collection of catalog-level parameters that provide dynamic behavior and configuration within the catalog. Parameters enable runtime customization of schema elements, user-specific settings, and conditional logic in calculations. These parameters are available throughout the catalog for use in calculated members, named sets, security expressions, and custom formatting. Common uses include date ranges for time intelligence, user preferences, locale settings, and business rule toggles.</em></td>
5959
</tr>
6060
<tr>
6161
<td><strong>cubes</strong></td>
@@ -85,7 +85,7 @@ The root container of an OLAP schema that defines a complete analytical database
8585
<td>false</td>
8686
</tr>
8787
<tr>
88-
<td colspan="5"><em>Collection of security roles that define access control policies for the schema and its contents. Each role specifies what cubes, dimensions, hierarchies, levels, and members a user or group can access, along with the specific permissions (read, write, drill-through) for each resource. Roles can be combined to create complex security scenarios and support both broad organizational permissions and fine-grained data restrictions. These roles are enforced by the OLAP engine during query execution and metadata discovery.</em></td>
88+
<td colspan="5"><em>Collection of security roles that define access control policies for the catalog and its contents. Each role specifies what cubes, dimensions, hierarchies, levels, and members a user or group can access, along with the specific permissions (read, write, drill-through) for each resource. Roles can be combined to create complex security scenarios and support both broad organizational permissions and fine-grained data restrictions. These roles are enforced by the OLAP engine during query execution and metadata discovery.</em></td>
8989
</tr>
9090
<tr>
9191
<td><strong>defaultAccessRole</strong></td>
@@ -95,7 +95,7 @@ The root container of an OLAP schema that defines a complete analytical database
9595
<td>false</td>
9696
</tr>
9797
<tr>
98-
<td colspan="5"><em>Reference to the access role that should be applied by default when users connect without explicit role assignment. This provides a baseline security policy for the schema, typically configured to allow basic read access to public data while restricting sensitive information. If not specified, Daanse does not assign a built-in default role, and access will be denied unless a role is explicitly provided. This setting is particularly useful for public reporting scenarios, shared dashboards, or development environments where default read access is desirable.</em></td>
98+
<td colspan="5"><em>Reference to the access role that should be applied by default when users connect without explicit role assignment. This provides a baseline security policy for the catalog, typically configured to allow basic read access to public data while restricting sensitive information. If not specified, Daanse does not assign a built-in default role, and access will be denied unless a role is explicitly provided. This setting is particularly useful for public reporting scenarios, shared dashboards, or development environments where default read access is desirable.</em></td>
9999
</tr>
100100
<tr>
101101
<td><strong>dbschemas</strong></td>

docs/cubeserver/model/class-DimensionConnector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Connects a cube to a dimension, establishing the relationship between fact table
8585
<td>false</td>
8686
</tr>
8787
<tr>
88-
<td colspan="5"><em>Optional reference to to foreign key column in the fact table that references the primary key of the dimension table, establishing the relational link between fact data and dimensional context for OLAP analysis.</em></td>
88+
<td colspan="5"><em>Optional reference to to foreign key column in the fact table that references the primary key of the dimension table, establishing the relational link between fact data and dimensional context for OLAP analysis. Foreign key can be absent if dimension hierarchies and Cube fact table use same table</em></td>
8989
</tr>
9090
<tr>
9191
<td><strong>dimension</strong></td>

docs/cubeserver/model/class-OrderedColumn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ group: Class
77

88
Represents a column with specific ordering information used in queries and result sets. OrderedColumn is typically used in OLAP contexts where explicit column ordering is required for query processing or result presentation.
99
## Extends
10-
- Column [🔗](./class-Column)
10+
1111
## Attributes
1212

1313
<table>
@@ -76,7 +76,7 @@ classDiagram
7676
+ ascend : Boolean
7777
}
7878
79-
Column <|-- OrderedColumn
79+
8080
OrderedColumn --> Column : column
8181
8282
```

0 commit comments

Comments
 (0)