mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-05 03:54:23 +00:00
This commit is contained in:
parent
c1100d6751
commit
14164cf7ab
@ -403,7 +403,16 @@ class ESMixin(Generic[T]):
|
|||||||
"bool": {
|
"bool": {
|
||||||
"must": [
|
"must": [
|
||||||
{"term": {"service.name.keyword": service_name}},
|
{"term": {"service.name.keyword": service_name}},
|
||||||
{"term": {"tableType": TableType.View.value}},
|
{
|
||||||
|
"term": {
|
||||||
|
"tableType": [
|
||||||
|
TableType.View.value,
|
||||||
|
TableType.MaterializedView.value,
|
||||||
|
TableType.SecureView.value,
|
||||||
|
TableType.Dynamic.value,
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
{"term": {"deleted": False}},
|
{"term": {"deleted": False}},
|
||||||
{"exists": {"field": "schemaDefinition"}},
|
{"exists": {"field": "schemaDefinition"}},
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user