joewitt commented on PR #7808:
URL: https://github.com/apache/nifi/pull/7808#issuecomment-1741826550

   Have a line:
   `dir_path = 
context.getProperty(self.DIRECTORY.name).evaluateAttributeExpressions(flow_file).getValue()`
   It is returning empty string.  Yet if I put the same value in a plain java 
UpdateAttribute it evaluates correctly so I am certain the value is properly 
set as an environment variable and capable of proper EL evaluation.
   
   I am questioning if this method in properties.py is implemented fully (the 
todo seems about performance improvement)
   `    def evaluateAttributeExpressions(self, attributeMap=None):`


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to