mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-02 10:36:29 +00:00
This commit is contained in:
parent
c1100d6751
commit
14164cf7ab
@ -403,7 +403,16 @@ class ESMixin(Generic[T]):
|
||||
"bool": {
|
||||
"must": [
|
||||
{"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}},
|
||||
{"exists": {"field": "schemaDefinition"}},
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user