There was an error while loading. Please reload this page.
2 parents f8dbb11 + 197ad82 commit 4438ea7Copy full SHA for 4438ea7
elasticsearch/helpers/__init__.py
@@ -38,7 +38,7 @@ def expand_action(data):
38
action = {op_type: {}}
39
for key in ('_index', '_parent', '_percolate', '_routing', '_timestamp',
40
'_type', '_version', '_version_type', '_id',
41
- '_retry_on_conflict', 'pipeline'):
+ 'retry_on_conflict', 'pipeline'):
42
if key in data:
43
action[op_type][key] = data.pop(key)
44
0 commit comments