pvillard31 commented on a change in pull request #3945: NIFI-6960: Add 
Provenance Table to MetricsSqlQueryService
URL: https://github.com/apache/nifi/pull/3945#discussion_r361436286
 
 

 ##########
 File path: 
nifi-nar-bundles/nifi-sql-reporting-bundle/nifi-sql-reporting-tasks/src/main/java/org/apache/nifi/reporting/sql/QueryNiFiReportingTask.java
 ##########
 @@ -38,9 +38,9 @@
 import java.util.UUID;
 import java.util.concurrent.TimeUnit;
 
-@Tags({"status", "connection", "processor", "jvm", "metrics", "history", 
"bulletin", "prediction", "process", "group", "record", "sql"})
+@Tags({"status", "connection", "processor", "jvm", "metrics", "history", 
"bulletin", "prediction", "process", "group", "provenance", "record", "sql"})
 @CapabilityDescription("Publishes NiFi status information based on the results 
of a user-specified SQL query. The query may make use of the CONNECTION_STATUS, 
PROCESSOR_STATUS, "
-        + "BULLETINS, PROCESS_GROUP_STATUS, JVM_METRICS, or 
CONNECTION_STATUS_PREDICTIONS tables, and can use any functions or capabilities 
provided by Apache Calcite. Note that the "
+        + "BULLETINS, PROCESS_GROUP_STATUS, JVM_METRICS, 
CONNECTION_STATUS_PREDICTIONS, or PROVENANCE tables, and can use any functions 
or capabilities provided by Apache Calcite. Note that the "
 
 Review comment:
   I believe the "SQL Query" property's description also needs to be updated.

----------------------------------------------------------------
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

Reply via email to