xiaohui-sun commented on a change in pull request #5009: [TE] auto enable 
data-availaibity trigger for PINOT detections withou…
URL: https://github.com/apache/incubator-pinot/pull/5009#discussion_r371470330
 
 

 ##########
 File path: 
thirdeye/thirdeye-pinot/src/main/java/org/apache/pinot/thirdeye/detection/yaml/translator/DetectionConfigTranslator.java
 ##########
 @@ -530,6 +535,11 @@ private DetectionConfigDTO 
generateDetectionConfig(Map<String, Object> yamlConfi
     config.setActive(MapUtils.getBooleanValue(yamlConfigMap, PROP_ACTIVE, 
true));
     config.setYaml(yamlConfig);
 
+    //TODO: data-availability trigger is only enabled for detections running 
on PINOT only
 
 Review comment:
   Let's not add TODO here since this is a new feature request not a code 
refactor or tech debt. :)
   We don't have ETA for getting event data for other datasets.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to