mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-28 10:56:02 +00:00
parent
7ada44a315
commit
5e6e54ef18
@ -15,7 +15,7 @@ import org.openmetadata.service.search.SearchIndexUtils;
|
||||
import org.openmetadata.service.search.models.SearchSuggest;
|
||||
|
||||
public record TestCaseIndex(TestCase testCase) implements SearchIndex {
|
||||
private static final Set<String> excludeFields = Set.of("changeDescription");
|
||||
private static final Set<String> excludeFields = Set.of("changeDescription", "failedRowsSample");
|
||||
|
||||
@Override
|
||||
public Object getEntity() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user