Lehel44 commented on code in PR #7019:
URL: https://github.com/apache/nifi/pull/7019#discussion_r1165955781


##########
nifi-nar-bundles/nifi-salesforce-bundle/nifi-salesforce-processors/src/main/java/org/apache/nifi/processors/salesforce/QuerySalesforceObject.java:
##########
@@ -102,11 +107,11 @@
 @CapabilityDescription("Retrieves records from a Salesforce sObject. Users can 
add arbitrary filter conditions by setting the 'Custom WHERE Condition' 
property."
         + " The processor can also run a custom query, although record 
processing is not supported in that case."
         + " Supports incremental retrieval: users can define a field in the 
'Age Field' property that will be used to determine when the record was 
created."
-        + " When this property is set the processor will retrieve new records. 
It's also possible to define an initial cutoff value for the age, filtering out 
all older records"
+        + " When this property is set the processor will retrieve new records. 
Incremental loading and record-based processing are only supported in 
property-based queries."

Review Comment:
   This is mentioned in the processor description here "Incremental loading and 
record-based processing are only supported in property-based queries"



-- 
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: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to