Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions models/metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ metrics:
timestamp: datetime
time_grains: [day, week, month, quarter, year, all_time]

filters:
- field: author
operator: '!='
value: "'github-actions[bot]'"

tags:
- piperider

Expand All @@ -26,5 +31,13 @@ metrics:
timestamp: datetime
time_grains: [day, week, month]

filters:
- field: author
operator: '!='
value: "'github-actions[bot]'"
- field: email
operator: 'not like'
value: "'%@dbtlabs.com'"

tags:
- piperider