Update examples using updated bulk (available in 9.3.1)
評価
この issue はまだ評価されていません。
説明
⚠️ Breaking Change: elasticsearch.bulk Step
The elasticsearch.bulk step now properly supports all bulk operations (index, create, update, delete) and follows the official Elasticsearch bulk API format.
It's already in main and will be backported to 9.3.1.
What changed:
Previously, documents were auto-wrapped with { index: {} }. Now you must explicitly specify the action for each document.
Migration required:
Before:
operations:
- name: "Yellowstone"
category: "geothermal" - name: "Grand Canyon"
category: "canyon"
After:
operations:
- create: {}
- name: "Yellowstone"
category: "geothermal" - create: {}
- name: "Grand Canyon"
category: "canyon"
New capabilities:
All bulk operations now work: create, index, update, delete
refresh parameter now works correctly
Update operations with _id and doc fields supported
- 主要言語
- JavaScript
- スター
- 59
- フォーク
- 35
- 平均マージ
- 2日 6時間
- マージ済み PR(30日)
- 11
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
elastic/workflows のほかの issue
-
難易度 2/5 1〜3時間 初心者へのやさしさ 68/100
-
難易度 4/5 3〜5日 初心者へのやさしさ 48/100
-
難易度 5/5 1週間以上 初心者へのやさしさ 30/100
-
難易度 4/5 3〜5日 初心者へのやさしさ 52/100
-
Dependency Dashboard オープン
難易度 3/5 1〜2日 初心者へのやさしさ 15/100
elastic/workflows の issue をすべて見る
似ている issue
-
難易度 1/5 1〜3時間 初心者へのやさしさ 78/100
Mintplex-Labs/anything-llm#6490 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 86/100
-
[quality] workflow-scripts guard reads test:unit:coverage as skipping the unit suite, blocking #632 オープンagent/quality hive/hosted-available-lke648397-260827-5n31 quality testing
難易度 2/5 1〜3時間 初心者へのやさしさ 86/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 72/100
-
area-clientside-dartpad
難易度 2/5 1〜3時間 初心者へのやさしさ 62/100