We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dc7a95 commit 45ed334Copy full SHA for 45ed334
change_sorting_key_kafka_data_source/tests/default.yaml
@@ -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