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

Unable to add Owner to Pipeline Service #3257

Closed
vivekratnavel opened this issue Mar 8, 2022 · 0 comments · Fixed by #3264
Closed

Unable to add Owner to Pipeline Service #3257

vivekratnavel opened this issue Mar 8, 2022 · 0 comments · Fixed by #3264
Assignees
Labels
P0 Highest priority

Comments

@vivekratnavel
Copy link
Contributor

vivekratnavel commented Mar 8, 2022

Affected module
Does it impact the UI, backend or Ingestion Framework?
UI

Describe the bug
Assigning owner to a pipeline service fails with an error:

Unrecognized field "id" (class org.openmetadata.catalog.api.services.CreatePipelineService), not marked as ignorable (6 known properties: "owner", "name", "description", "pipelineUrl", "serviceType", "ingestionSchedule"]) at [Source: (org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$UnCloseableInputStream); line: 1, column: 8] (through reference chain: org.openmetadata.catalog.api.services.CreatePipelin

Screen Shot 2022-03-07 at 11 10 02 PM

To Reproduce
Assign owner to any pipeline service

Expected behavior
New Owner is assigned successfully

Additional context
The request uses PUT API with the "id" field which the backend doesn't like.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P0 Highest priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants