Skip to content

Commit bbcc2aa

Browse files
fix comments from the PR
1 parent 9b42ead commit bbcc2aa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sml-reference/composite-model.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ metrics:
3838
classDiagram
3939
CompositeModel ..> ModelReference
4040
CompositeModel ..> MetricReference
41-
Model *-- Aggregate
41+
CompositeModel *-- Aggregate
4242
Aggregate *-- AttributeReference
4343
namespace CompositeModels{
4444
class CompositeModel{
@@ -120,7 +120,8 @@ The `metrics` property supports the following properties:
120120
- **Required:** N
121121

122122
The `aggregates` property in a composite model file enables you to add
123-
user-defined aggregates (UDAs).
123+
user-defined aggregates (UDAs).They include metrics or attributes from different
124+
models within the composite model.
124125

125126
In general, we recommend relying on the aggregate tables
126127
automatically generated by the semantic engine. However, there are cases

0 commit comments

Comments
 (0)