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:
commit
f55c618cfa
1 changed files with 0 additions and 1 deletions
|
|
@ -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%'
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue