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

Incorrect @Schema Implementations in Resource Files #18039

Closed
sonika-shah opened this issue Sep 28, 2024 · 0 comments · Fixed by #18040
Closed

Incorrect @Schema Implementations in Resource Files #18039

sonika-shah opened this issue Sep 28, 2024 · 0 comments · Fixed by #18040
Assignees

Comments

@sonika-shah
Copy link
Contributor

Affected module
Backend

Describe the bug
There are incorrect @Schema implementations in several resource files. The @Schema implementation should match the return type or the entity being manipulated.

To Reproduce
Open the following resource files:

  1. MetadataServiceResource.java
  2. MlModelServiceResource.java
  3. StoredProcedureResource.java
  4. GlossaryTermResource.java

Locate the methods listed below.
Observe the incorrect @Schema implementations.

Screenshots or steps to reproduce
image

Expected behavior
The @Schema implementation should match the return type or the entity being manipulated.

Version:

  • OS: [e.g. iOS]
  • Python version:
  • OpenMetadata version: 1.5.5
  • OpenMetadata Ingestion package version: [e.g. openmetadata-ingestion[docker]==XYZ]

Additional context
Add any other context about the problem here.

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 a pull request may close this issue.

1 participant