Skip to content

Commit

Permalink
Import WhereFiltersAreParseable to metrics.py to avoid making breakin…
Browse files Browse the repository at this point in the history
…g change.
  • Loading branch information
theyostalservice committed Nov 1, 2024
1 parent b33ac7e commit 80f352f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dbt_semantic_interfaces/validations/metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@
validate_safely,
)

# Avoids breaking change from moving this class out of this file.
from dbt_semantic_interfaces.validations.where_filters import (
WhereFiltersAreParseable, # noQa
)


class CumulativeMetricRule(SemanticManifestValidationRule[SemanticManifestT], Generic[SemanticManifestT]):
"""Checks that cumulative metrics are configured properly."""
Expand Down

0 comments on commit 80f352f

Please sign in to comment.