You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Mark Payne (Jira)" <ji...@apache.org> on 2023/11/03 13:10:00 UTC

[jira] [Created] (NIFI-12314) QueryNiFiReportingTask claims to support EL For "SQL Query" property but does not evaluate it

Mark Payne created NIFI-12314:
---------------------------------

             Summary: QueryNiFiReportingTask claims to support EL For "SQL Query" property but does not evaluate it
                 Key: NIFI-12314
                 URL: https://issues.apache.org/jira/browse/NIFI-12314
             Project: Apache NiFi
          Issue Type: Bug
          Components: Extensions
            Reporter: Mark Payne
             Fix For: 1.latest, 2.latest


The "SQL Query" property documents Expression Language support as ENVIRONMENT, but it never evaluates expression language:
{code:java}
String sql = context.getProperty(QueryMetricsUtil.QUERY).getValue(); {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)