forked from apache/nifi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NIFI-13869: Enhance QuerySalesforceObject Processor to Support Queryi…
…ng Deleted Records - Added a new boolean property `Include Deleted Records` to allow users to include deleted (soft-deleted) records in Salesforce queries. - Modified the query construction to include the `IsDeleted` field and use the `queryAll` API endpoint when `Include Deleted Records` is enabled. - Updated `SalesforceRestClient` to support the `queryAll` API by adding a new `queryAll` method. - Ensured backward compatibility by defaulting `Include Deleted Records` to `false`, maintaining existing behavior unless explicitly enabled. - Updated processor documentation and annotations to reflect the new functionality. - Adjusted state management to reset state when `Include Deleted Records` property is modified. Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com> This closes apache#9434.
- Loading branch information
1 parent
a44fb52
commit 3521905
Showing
2 changed files
with
48 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters