Closed courtneyholcomb closed 1 month ago
Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the contributing guide.
Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the contributing guide.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 89.17%. Comparing base (
396cf2d
) to head (ebf278f
). Report is 2 commits behind head on main.
Problem
In DSI 0.7.2, we released a validation warning that was triggered if a user added a lowercase granularity to a filter in their YAML. This should not have been case sensitive.
Solution
DSI 0.7.3 fixes that issue, so this PR bumps to that version of DSI. See the commit that fixes it here: https://github.com/dbt-labs/dbt-semantic-interfaces/pull/352
Checklist