mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-31 04:14:34 +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);
|
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(
|
Map<String, Object> searchLineageInternal(
|
||||||
String fqn,
|
String fqn,
|
||||||
int upstreamDepth,
|
int upstreamDepth,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user