You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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
The text was updated successfully, but these errors were encountered: