Skip to content

Add created_by field to connector, model, and agent API schemas#1086

Open
dbwiddis wants to merge 1 commit intoopensearch-project:mainfrom
dbwiddis:created-by
Open

Add created_by field to connector, model, and agent API schemas#1086
dbwiddis wants to merge 1 commit intoopensearch-project:mainfrom
dbwiddis:created-by

Conversation

@dbwiddis
Copy link
Copy Markdown
Member

Description

Adds the new (for 3.7.0) optional String created_by field to ML connector, model, and agent

Issues Resolved

Related code change PR:

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: Daniel Widdis <widdis@gmail.com>
@github-actions
Copy link
Copy Markdown
Contributor

Proto Compatibility Report

Merge Report

No changes detected.


Generated by Proto Compatibility Check

@github-actions
Copy link
Copy Markdown
Contributor

Changes Analysis

Commit SHA: ca03222
Comparing To SHA: b3dea31

API Changes

Summary

└─┬Paths
  ├─┬/_plugins/_ml/agents/_register
  │ └─┬POST
  │   └─┬Request Body
  │     └─┬Content
  │       └─┬application/json
  │         └─┬Schema
  │           └──[➕] properties/created_by (31945:15)
  ├─┬/_plugins/_ml/models/_register
  │ └─┬POST
  │   └─┬Request Body
  │     └─┬Content
  │       └─┬application/json
  │         └─┬Schema
  │           └──[➕] properties/created_by (31984:15)
  └─┬/_plugins/_ml/connectors/_create
    └─┬POST
      └─┬Request Body
        └─┬Content
          └─┬application/json
            └─┬Schema
              └──[➕] properties/created_by (31641:15)

Document Element Total Changes Breaking Changes
paths 3 0
  • Total Changes: 3
  • Additions: 3

Report

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

API Coverage

Before After Δ
Covered (%) 666 (65.23 %) 666 (65.23 %) 0 (0 %)
Uncovered (%) 355 (34.77 %) 355 (34.77 %) 0 (0 %)
Unknown 149 149 0

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.

1 participant