You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SemanticModels have Measure sub-objects. Measures can be defined with create_metric: true. If a Measure is defined with this, we need to create a Metric node for the Measure during parse time. We do have a prototype of one way this could be done, #7187, if inspiration is needed.
github-actionsbot
changed the title
Create Metric node for measures with create_metric: true during parsing
[CT-2526] Create Metric node for measures with create_metric: true during parsing
May 3, 2023
There are some simple rules for copying over the measure's attributes into the new Metric node
For partial parsing: We always need to schedule metrics for re-parsing if there is a change to one or multiple SemanticModels that the metric depends on. This holds true for metrics defined explicitly, and implicitly via create_metric: true.
SemanticModels have Measure sub-objects. Measures can be defined with
create_metric: true
. If a Measure is defined with this, we need to create a Metric node for the Measure during parse time. We do have a prototype of one way this could be done, #7187, if inspiration is needed.Blocked by:
The text was updated successfully, but these errors were encountered: