Skip to content

Commit cbef06a

Browse files
authored
Allow _source parameter in bulk actions
1 parent 23afe9c commit cbef06a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

elasticsearch/helpers/actions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ def expand_action(data):
5050
"_percolate",
5151
"_retry_on_conflict",
5252
"_routing",
53+
"_source",
5354
"_timestamp",
5455
"_type",
5556
"_version",

0 commit comments

Comments
 (0)