elastic / connectors

Source code for all Elastic connectors, developed by the Search team at Elastic, and home of our Python connector development framework
https://www.elastic.co/guide/en/enterprise-search/master/index.html
Other
58 stars 116 forks source link

[Confluence] Fix data loss for Data Center during Advance-Sync #2651

Closed parth-elastic closed 4 days ago

parth-elastic commented 4 days ago

Closes https://github.com/elastic/connectors-py/issues/2631

Changed LIMIT value to 50 as the original LIMIT value of 100 was causing the loop to break prematurely in the paginated_api_call_for_datacenter_syncrule method as the results limit is updated to 50.

Checklists

Pre-Review Checklist

Changes Requiring Extra Attention

Related Pull Requests

Release Note

Fixing data loss in Confluence connector when advanced sync rule is enabled.

artem-shelkovnikov commented 4 days ago

Great catch!

github-actions[bot] commented 3 days ago

💔 Failed to create backport PR(s)

Status Branch Result
8.14 Commit could not be cherrypicked due to conflicts

To backport manually run: backport --pr 2651 --autoMerge --autoMergeMethod squash

seanstory commented 3 days ago

@praveen-elastic can you manually resolve the commits and backport? ☝️