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
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, and Measures
labels on Metric nodes, SemanticModel nodes, Dimensions, and Measures are serialized into the semantic_manifest.json
github-actionsbot
changed the title
Support optional label property for semantic layer objects
[CT-3092] Support optional label property for semantic layer objects
Sep 8, 2023
This "technically" isn't blocked. We could add the labels to the noted classes. However, we won't be able to serialize them to the semantic_manifest.json until the the DSI releases the changes.
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
, andMeasures
.Acceptance Criteria
Metric
nodes,SemanticModel
nodes,Dimensions
, andMeasures
Metric
nodes,SemanticModel
nodes,Dimensions
, andMeasures
are serialized into thesemantic_manifest.json
Blocked By
dbt-labs/dbt-semantic-interfaces#143.
The text was updated successfully, but these errors were encountered: