Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ingest schemas #766

Merged
merged 2 commits into from
Jan 6, 2025
Merged

Conversation

Xtansia
Copy link
Collaborator

@Xtansia Xtansia commented Jan 6, 2025

Description

Fix ingest schemas

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Thomas Farr <[email protected]>
@Xtansia Xtansia force-pushed the fix/ingest-schemas branch from 1b7e5ae to ffac241 Compare January 6, 2025 03:24
Copy link
Contributor

github-actions bot commented Jan 6, 2025

Changes Analysis

Commit SHA: 6d6c91d
Comparing To SHA: 97ab829

API Changes

Summary

└─┬Components
  ├──[➖] schemas (52871:7)❌ 
  ├──[➖] schemas (52844:7)❌ 
  ├──[➖] schemas (52708:7)❌ 
  ├──[➖] schemas (52879:7)❌ 
  ├──[➖] schemas (52853:7)❌ 
  ├──[➕] schemas (55541:7)
  ├──[➕] schemas (55400:7)
  ├──[➕] schemas (55406:7)
  ├──[➕] schemas (55535:7)
  ├─┬ingest._common___CircleProcessor
  │ ├─┬ALLOF
  │ │ └──[🔀] $ref (52525:11)❌ 
  │ └─┬ALLOF
  │   └──[🔀] $ref (52949:13)❌ 
  ├─┬ingest._common___AppendProcessor
  │ └─┬ALLOF
  │   └─┬value
  │     └─┬Schema
  │       └──[➖] type (52468:23)❌ 
  ├─┬nodes.info___NodeInfoSearchPipelines
  │ ├──[➖] required (55400:11)❌ 
  │ └──[➖] required (55401:11)❌ 
  ├─┬ingest._common___ShapeType
  │ ├──[➕] enum (53118:11)
  │ └──[➖] enum (53210:11)❌ 
  ├─┬ingest._common___CsvProcessor
  │ └─┬ALLOF
  │   └─┬empty_value
  │     └──[➖] type (52580:21)❌ 
  ├─┬nodes.info___NodeInfoSettingsTransport
  │ └─┬type
  │   └──[🔀] $ref (55536:9)❌ 
  ├─┬ingest.simulate___Document
  │ └─┬_source
  │   └──[➖] type (53348:17)❌ 
  ├─┬nodes.info___NodeInfoSettingsNode
  │ └──[➖] required (55606:11)❌ 
  ├─┬ingest._common___ProcessorContainer
  │ ├──[➖] properties (53076:9)❌ 
  │ └──[➖] properties (53128:9)❌ 
  ├─┬ingest._common___SetProcessor
  │ ├─┬ALLOF
  │ │ └──[🔀] $ref (53073:11)❌ 
  │ └─┬ALLOF
  │   └──[🔀] $ref (52949:13)❌ 
  ├─┬nodes.info___NodeInfoSettingsHttp
  │ └─┬type
  │   └──[🔀] $ref (55401:9)❌ 
  ├─┬ingest._common___TextEmbeddingProcessor
  │ └─┬ALLOF
  │   ├──[➕] properties (53165:13)
  │   └──[➖] properties (53257:13)❌ 
  └─┬ingest._common___AttachmentProcessor
    ├─┬ALLOF
    │ └──[🔀] $ref (52949:13)❌ 
    └─┬ALLOF
      └──[🔀] $ref (52477:11)❌ 

Document Element Total Changes Breaking Changes
components 29 32
  • BREAKING Changes: 32 out of 29
  • Modifications: 8
  • Removals: 15
  • Additions: 6
  • Breaking Removals: 15
  • Breaking Modifications: 8

Report

The full API changes report is available at: https://github.com/opensearch-project/opensearch-api-specification/actions/runs/12626081310/artifacts/2388561395

API Coverage

Before After Δ
Covered (%) 616 (60.33 %) 616 (60.33 %) 0 (0 %)
Uncovered (%) 405 (39.67 %) 405 (39.67 %) 0 (0 %)
Unknown 43 43 0

Copy link
Contributor

github-actions bot commented Jan 6, 2025

Spec Test Coverage Analysis

Total Tested
546 546 (100 %)

Signed-off-by: Thomas Farr <[email protected]>
@dblock dblock merged commit e398fa3 into opensearch-project:main Jan 6, 2025
30 checks passed
@Xtansia Xtansia deleted the fix/ingest-schemas branch January 6, 2025 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants