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

Display All Suggestions in UI for Table and Column Descriptions #18876

Open
syam229280 opened this issue Dec 2, 2024 · 0 comments · May be fixed by #19483
Open

Display All Suggestions in UI for Table and Column Descriptions #18876

syam229280 opened this issue Dec 2, 2024 · 0 comments · May be fixed by #19483
Assignees
Labels
backend enhancement New feature or request UI UI specific issues

Comments

@syam229280
Copy link

Feature
Suggestions: The UI currently displays a maximum of 10 suggestions for tables/columns by default. We need to modify it to display all available suggestions.

Describe the task
While working on adding suggestions for table and column descriptions in OpenMetadata (version 1.5.10), we observed the following:

  • The UI displays only 10 suggestions, even when there are more than 10 suggestions available for columns.
  • However, when the "Accept All" button is clicked, it approves all suggestions, not just the 10 shown in the UI.

Currently, the default limit for displayed suggestions is set to 10.

Expected Behavior
Provide a configuration or feature that allows the UI to list and display all available suggestions for table and column descriptions, regardless of the number of suggestions.

Steps to Reproduce

Create a table with more than 10 columns
Add suggestions for table and all column descriptions. (Done using Python SDK)
Check the UI, which shows only 10 suggestions.
Click the "Accept All" button to observe that all suggestions are approved, not just the visible 10.

image

@Prajwal214 Prajwal214 added backend UI UI specific issues enhancement New feature or request labels Dec 2, 2024
@harshach harshach moved this to Discovery in Release 1.7.0 Dec 14, 2024
@harshach harshach added this to the Jan 25 - Sprint milestone Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend enhancement New feature or request UI UI specific issues
Projects
Status: Discovery
Development

Successfully merging a pull request may close this issue.

5 participants