Closed
Description
Context
We currently allow for specifying an optional label property on metric nodes. This wasn't defined in dbt-semantic-interfaces previously because it was not identified as need in MetricFlow. MetricFlow would like to begin using this property, and would like it to exist on more objects. Thus labels are being added to a number of DSI protocols as defined in dbt-labs/dbt-semantic-interfaces#143. To begin parsing and propagating this labels on Metric
nodes, SemanticModel
nodes, Dimensions
, and Measures
.
Acceptance Criteria
- A label can be specified on
Metric
nodes,SemanticModel
nodes,Dimensions
, andMeasures
- labels on
Metric
nodes,SemanticModel
nodes,Dimensions
, andMeasures
are serialized into thesemantic_manifest.json
Activity