You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ak...@apache.org on 2020/09/03 17:48:55 UTC

[incubator-pinot] branch master updated: [TE] add lastTimestamp into the detection schema (#5964)

This is an automated email from the ASF dual-hosted git repository.

akshayrai09 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new 1e17f6d  [TE] add lastTimestamp into the detection schema (#5964)
1e17f6d is described below

commit 1e17f6d64103cef2bb33899bad09e0d37c628710
Author: Akshay Rai <ak...@linkedin.com>
AuthorDate: Thu Sep 3 10:48:45 2020 -0700

    [TE] add lastTimestamp into the detection schema (#5964)
---
 .../main/resources/validators/detection/detection-config-schema.json   | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/thirdeye/thirdeye-pinot/src/main/resources/validators/detection/detection-config-schema.json b/thirdeye/thirdeye-pinot/src/main/resources/validators/detection/detection-config-schema.json
index 8a07d24..59ee067 100644
--- a/thirdeye/thirdeye-pinot/src/main/resources/validators/detection/detection-config-schema.json
+++ b/thirdeye/thirdeye-pinot/src/main/resources/validators/detection/detection-config-schema.json
@@ -51,6 +51,9 @@
     },
     "grouper": {
       "$ref": "#/definitions/grouper"
+    },
+    "lastTimestamp": {
+      "type": "number"
     }
   },
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org