dbt-labs / dbt-semantic-interfaces

The shared semantic layer definitions that dbt-core and MetricFlow use.
Apache License 2.0
72 stars 14 forks source link

Bug fix: case-sensitive validation warning for filter granularity #352

Closed courtneyholcomb closed 1 month ago

courtneyholcomb commented 1 month ago

Description

Fixes a bad ValidationWarning. This warning was being triggered if you used lowercase granularity in a where filter, which should not be the case. This change makes it case insensitive.

Checklist