From d0f0152e8a9439780f33406533fe9487364008c2 Mon Sep 17 00:00:00 2001 From: Quigley Malcolm Date: Thu, 28 Sep 2023 15:34:45 -0700 Subject: [PATCH] Fixup docstring for `join_to_timespine` in protocol --- dbt_semantic_interfaces/protocols/metric.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbt_semantic_interfaces/protocols/metric.py b/dbt_semantic_interfaces/protocols/metric.py index 184ccc4c..e9eab48a 100644 --- a/dbt_semantic_interfaces/protocols/metric.py +++ b/dbt_semantic_interfaces/protocols/metric.py @@ -46,7 +46,7 @@ def post_aggregation_measure_reference(self) -> MeasureReference: @property @abstractmethod def join_to_timespine(self) -> bool: - """Where the measure should be joined to the timespine.""" + """If the measure should be joined to the timespine.""" pass @property