Merged PR 4234: Fixed filter in mrr

# Description

Fixed filter in MRR metrics, now it only filters current month

# Checklist

- [x] The edited models and dependants run properly with production data.
- [x] The edited models are sufficiently documented.
- [x] The edited models contain PK tests, and I've ran and passed them.
- [ ] I have checked for DRY opportunities with other models and docs.
- [ ] I've picked the right materialization for the affected models.

# Other

- [ ] Check if a full-refresh is required after this PR is merged.

Fixed filter in mrr

Related work items: #27180
This commit is contained in:
Joaquin Ossa 2025-01-31 09:40:25 +00:00
commit f55c618cfa

View file

@ -80,7 +80,6 @@ where
or lower(metric) like '%resolutions%'
or lower(metric) like '%invoiced%'
or lower(metric) like '%retained%'
or lower(metric) like '%mrr%'
or lower(metric) like '%damage host%'
)
)