Skip to content

Commit

Permalink
Add create_metric boolean property to unparsed measure objects
Browse files Browse the repository at this point in the history
  • Loading branch information
QMalcolm committed Aug 3, 2023
1 parent cca58f7 commit eecc254
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/dbt/contracts/graph/unparsed.py
Original file line number Diff line number Diff line change
Expand Up @@ -701,6 +701,7 @@ class UnparsedMeasure(dbtClassMixin):
agg_params: Optional[MeasureAggregationParameters] = None
non_additive_dimension: Optional[UnparsedNonAdditiveDimension] = None
agg_time_dimension: Optional[str] = None
create_metric: bool = False


@dataclass
Expand Down

0 comments on commit eecc254

Please sign in to comment.