- Issue created by @larowlan
- Status changed to Needs review
over 1 year ago 6:21am 22 May 2023 - last update
over 1 year ago 51 pass, 4 fail - π¦πΊAustralia larowlan π¦πΊπ.au GMT+10
This uses a bulk of 100 items at a time
The last submitted patch, 2: 3361760.patch, failed testing. View results β
- last update
over 1 year ago 61 pass - π¦πΊAustralia mortim07
@larowlan. Looks good. I think we should make the batch/bulk size configurable as part of the plugin.
- Status changed to RTBC
over 1 year ago 1:25am 23 May 2023 - π¦πΊAustralia mortim07
@jibran I'd rather it done now - It's easy to add. It just needs to be added to the plugin configuration:
https://git.drupalcode.org/project/data_pipelines/-/blob/1.x/modules/dat...
https://git.drupalcode.org/project/data_pipelines/-/blob/1.x/modules/dat...
- Status changed to Needs work
over 1 year ago 3:16am 23 May 2023 - Status changed to Needs review
over 1 year ago 5:14am 23 May 2023 - last update
over 1 year ago CI aborted - last update
over 1 year ago 62 pass - π¦πΊAustralia larowlan π¦πΊπ.au GMT+10
Added missing config schema as pointed out by Jibran
- Status changed to RTBC
over 1 year ago 5:40am 23 May 2023 -
larowlan β
committed 7b4c7ca9 on 1.x
Issue #3361760 by larowlan, mortim07, jibran: Use bulk endpoint in...
-
larowlan β
committed 7b4c7ca9 on 1.x
- Status changed to Fixed
over 1 year ago 5:42am 23 May 2023 - π¨π¦Canada jibran Toronto, Canada
+++ b/modules/data_pipelines_elasticsearch/config/schema/data_pipelines_elasticsearch.schema.yml @@ -14,3 +14,6 @@ data_pipelines.dataset_destination.destinationSettings.elasticsearch: + chunk_size:
FWIW, we also needed an post update hook to update the existing instances of ES destination instances. We only have one so we can do that manually.
- π¦πΊAustralia larowlan π¦πΊπ.au GMT+10
The call to defaultSettings in the constructor resolves that
Automatically closed - issue fixed for 2 weeks with no activity.