Skip to content

Commit 45ed334

Browse files
author
Alberto Juan
committed
Added quality test
1 parent 8dc7a95 commit 45ed334

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
- recent-visits-exist:
2+
max_bytes_read: null
3+
max_time: null
4+
sql: |
5+
SELECT count() AS cnt
6+
FROM product_events
7+
WHERE datetime >= NOW() - INTERVAL '1 month'
8+
HAVING cnt = 0

0 commit comments

Comments
 (0)