This is an automated email from the ASF dual-hosted git repository.
exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new e7dc14a4e0 NIFI-10339 - Fix typo in QuerySalesforceObject
e7dc14a4e0 is described below
commit e7dc14a4e09fc21efc25cf5daad1e07950ee64a0
Author: Pierre Villard <[email protected]>
AuthorDate: Wed Aug 10 15:36:50 2022 +0200
NIFI-10339 - Fix typo in QuerySalesforceObject
This closes #6286
Signed-off-by: David Handermann <[email protected]>
---
.../org/apache/nifi/processors/salesforce/QuerySalesforceObject.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/nifi-nar-bundles/nifi-salesforce-bundle/nifi-salesforce-processors/src/main/java/org/apache/nifi/processors/salesforce/QuerySalesforceObject.java
b/nifi-nar-bundles/nifi-salesforce-bundle/nifi-salesforce-processors/src/main/java/org/apache/nifi/processors/salesforce/QuerySalesforceObject.java
index d766d86023..df3ff3c6b3 100644
---
a/nifi-nar-bundles/nifi-salesforce-bundle/nifi-salesforce-processors/src/main/java/org/apache/nifi/processors/salesforce/QuerySalesforceObject.java
+++
b/nifi-nar-bundles/nifi-salesforce-bundle/nifi-salesforce-processors/src/main/java/org/apache/nifi/processors/salesforce/QuerySalesforceObject.java
@@ -83,7 +83,7 @@ import java.util.concurrent.atomic.AtomicInteger;
@Tags({"salesforce", "sobject", "soql", "query"})
@CapabilityDescription("Retrieves records from a Salesforce sObject. Users can
add arbitrary filter conditions by setting the 'Custom WHERE Condition'
property."
+ " 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, fitering out
all older records"
+ + " 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"
+ " even for the first run. This processor is intended to be run on
the Primary Node only."
+ " FlowFile attribute 'record.count' indicates how many records were
retrieved and written to the output.")
@Stateful(scopes = Scope.CLUSTER, description = "When 'Age Field' is set,
after performing a query the time of execution is stored. Subsequent queries
will be augmented"