Skip to content

Commit b12506f

Browse files
authored
Add container entity type (open-metadata#27957)
* Add alias marketplace * wire fingerprint and embeddings in domain_index_mapping * add container entity to dataAssetEmbeddings * add container to VECTOR_INDEXABLE_ENTITIES * Move changes for marketplace to another PR
1 parent e91c90c commit b12506f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

openmetadata-spec/src/main/resources/elasticsearch/indexMapping.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,8 @@
157157
"parentAliases": [
158158
"storageService",
159159
"all",
160-
"dataAsset"
160+
"dataAsset",
161+
"dataAssetEmbeddings"
161162
],
162163
"childAliases": []
163164
},

openmetadata-ui/src/main/resources/ui/src/utils/ApplicationUtils.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ const VECTOR_INDEXABLE_ENTITIES = new Set([
5353
'glossary',
5454
'glossaryterm',
5555
'chart',
56+
'container',
5657
'dashboard',
5758
'dashboarddatamodel',
5859
'database',

0 commit comments

Comments
 (0)