Skip to content

Commit 2f11bdf

Browse files
ctimlpopcornylu
authored andcommitted
add filter
Signed-off-by: Timothy Lee <ctiml@infuseai.io>
1 parent 91add6a commit 2f11bdf

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

models/metrics.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ metrics:
1313
timestamp: datetime
1414
time_grains: [day, week, month, quarter, year, all_time]
1515

16+
filters:
17+
- field: author
18+
operator: '!='
19+
value: "'github-actions[bot]'"
20+
1621
tags:
1722
- piperider
1823

@@ -26,5 +31,13 @@ metrics:
2631
timestamp: datetime
2732
time_grains: [day, week, month]
2833

34+
filters:
35+
- field: author
36+
operator: '!='
37+
value: "'github-actions[bot]'"
38+
- field: email
39+
operator: 'not like'
40+
value: "'%@dbtlabs.com'"
41+
2942
tags:
3043
- piperider

0 commit comments

Comments
 (0)