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

[BUG] PutPipelineRequest not deserializable due to missing id field #789

Open
patschl opened this issue Dec 31, 2023 · 0 comments · May be fixed by #790
Open

[BUG] PutPipelineRequest not deserializable due to missing id field #789

patschl opened this issue Dec 31, 2023 · 0 comments · May be fixed by #790
Labels
bug Something isn't working

Comments

@patschl
Copy link
Contributor

patschl commented Dec 31, 2023

What is the bug?

Currently PutPipelineRequests cannot be deserialized due to the id field not being set.

How can one reproduce the bug?

Create a PutPipelineRequest and add an id to the json, then use PutPipelineRequest._DESERIALIZER to deserialize the json.

What is the expected behavior?

Creates a valid PutPipelineRequest.

What is your host/environment?

Managed AWS OpenSearch/local docker container.

@patschl patschl added bug Something isn't working untriaged labels Dec 31, 2023
@dblock dblock removed the untriaged label Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants