Document known limitation for Salesforce connector #9545 (#126791) (#126823)

This commit is contained in:
Artem Shelkovnikov 2025-04-15 11:09:40 +02:00 committed by GitHub
parent b46bf87caf
commit 75f35697a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -388,6 +388,11 @@ Instead, if a given user/group can have access to _any_ Objects of a given type
See https://github.com/elastic/connectors/issues/3028 for more details.
+
* *Only first 500 nested entities are ingested*
+
Some of the entities that Salesforce connector fetches are nested - they are ingested along the parent objects using a `JOIN` query. Examples of such entities are `EmailMessages`, `CaseComments` and `FeedComments`. When Salesforce connector fetches these entities it sets a limit to fetch only first 500 entities per parent object. The only possible workaround for it now is to fork the Connectors repository and modify the code in Salesforce connector to increase these limits.
+
Refer to <<es-connectors-known-issues,connector known issues>> for a list of known issues for all connectors.
[discrete#es-connectors-salesforce-security]
@ -794,6 +799,11 @@ Instead, if a given user/group can have access to _any_ Objects of a given type
See https://github.com/elastic/connectors/issues/3028 for more details.
+
* *Only first 500 nested entities are ingested*
+
Some of the entities that Salesforce connector fetches are nested - they are ingested along the parent objects using a `JOIN` query. Examples of such entities are `EmailMessages`, `CaseComments` and `FeedComments`. When Salesforce connector fetches these entities it sets a limit to fetch only first 500 entities per parent object. The only possible workaround for it now is to fork the Connectors repository and modify the code in Salesforce connector to increase these limits.
+
Refer to <<es-connectors-known-issues,connector known issues>> for a list of known issues for all connectors.
[discrete#es-connectors-salesforce-client-security]