mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-30 11:56:01 +00:00
Minor: add searchPageHierarchy method (#18578)
This commit is contained in:
parent
1c05415321
commit
5589b9665e
@ -201,6 +201,12 @@ public interface SearchClient {
|
||||
Response.Status.NOT_IMPLEMENTED, NOT_IMPLEMENTED_ERROR_TYPE, NOT_IMPLEMENTED_METHOD);
|
||||
}
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
default ResultList searchPageHierarchy(String query, String pageType, int offset, int limit) {
|
||||
throw new CustomExceptionMessage(
|
||||
Response.Status.NOT_IMPLEMENTED, NOT_IMPLEMENTED_ERROR_TYPE, NOT_IMPLEMENTED_METHOD);
|
||||
}
|
||||
|
||||
Map<String, Object> searchLineageInternal(
|
||||
String fqn,
|
||||
int upstreamDepth,
|
||||
|
Loading…
x
Reference in New Issue
Block a user