From 1f4186b6612d54d5a6c6820bb96106caea54a7fe Mon Sep 17 00:00:00 2001 From: Sriharsha Chintalapani Date: Thu, 4 Sep 2025 14:24:17 -0700 Subject: [PATCH] Add missing tier mapping (#23263) --- .../en/data_products_index_mapping.json | 25 ++++++++++ .../en/security_service_index_mapping.json | 25 ++++++++++ .../en/test_case_index_mapping.json | 25 ++++++++++ ..._case_resolution_status_index_mapping.json | 25 ++++++++++ .../en/test_case_result_index_mapping.json | 25 ++++++++++ .../en/test_suite_index_mapping.json | 25 ++++++++++ .../jp/data_products_index_mapping.json | 25 ++++++++++ .../jp/security_service_index_mapping.json | 50 +++++++++++++++++++ .../jp/test_case_index_mapping.json | 25 ++++++++++ ..._case_resolution_status_index_mapping.json | 25 ++++++++++ .../jp/test_case_result_index_mapping.json | 25 ++++++++++ .../jp/test_suite_index_mapping.json | 25 ++++++++++ .../ru/data_products_index_mapping.json | 25 ++++++++++ .../ru/security_service_index_mapping.json | 25 ++++++++++ .../ru/test_case_index_mapping.json | 25 ++++++++++ ..._case_resolution_status_index_mapping.json | 25 ++++++++++ .../ru/test_case_result_index_mapping.json | 25 ++++++++++ .../ru/test_suite_index_mapping.json | 25 ++++++++++ .../zh/data_products_index_mapping.json | 25 ++++++++++ .../zh/security_service_index_mapping.json | 50 +++++++++++++++++++ .../zh/test_case_index_mapping.json | 25 ++++++++++ ..._case_resolution_status_index_mapping.json | 25 ++++++++++ .../zh/test_case_result_index_mapping.json | 25 ++++++++++ .../zh/test_suite_index_mapping.json | 25 ++++++++++ 24 files changed, 650 insertions(+) diff --git a/openmetadata-spec/src/main/resources/elasticsearch/en/data_products_index_mapping.json b/openmetadata-spec/src/main/resources/elasticsearch/en/data_products_index_mapping.json index 3a2d712caad..3dd5d408c7a 100644 --- a/openmetadata-spec/src/main/resources/elasticsearch/en/data_products_index_mapping.json +++ b/openmetadata-spec/src/main/resources/elasticsearch/en/data_products_index_mapping.json @@ -279,6 +279,31 @@ } } }, + "tier": { + "properties": { + "tagFQN": { + "type": "keyword", + "fields": { + "text": { + "type": "text", + "analyzer": "om_analyzer" + } + } + }, + "labelType": { + "type": "keyword" + }, + "description": { + "type": "text" + }, + "source": { + "type": "keyword" + }, + "state": { + "type": "keyword" + } + } + }, "domains": { "properties": { "id": { diff --git a/openmetadata-spec/src/main/resources/elasticsearch/en/security_service_index_mapping.json b/openmetadata-spec/src/main/resources/elasticsearch/en/security_service_index_mapping.json index 9c1f7c267f5..d7d69d20e67 100644 --- a/openmetadata-spec/src/main/resources/elasticsearch/en/security_service_index_mapping.json +++ b/openmetadata-spec/src/main/resources/elasticsearch/en/security_service_index_mapping.json @@ -275,6 +275,31 @@ } } }, + "tier": { + "properties": { + "tagFQN": { + "type": "keyword", + "fields": { + "text": { + "type": "text", + "analyzer": "om_analyzer" + } + } + }, + "labelType": { + "type": "keyword" + }, + "description": { + "type": "text" + }, + "source": { + "type": "keyword" + }, + "state": { + "type": "keyword" + } + } + }, "serviceType": { "type": "keyword", "normalizer": "lowercase_normalizer" diff --git a/openmetadata-spec/src/main/resources/elasticsearch/en/test_case_index_mapping.json b/openmetadata-spec/src/main/resources/elasticsearch/en/test_case_index_mapping.json index ce76a2426e6..2b3f606c3da 100644 --- a/openmetadata-spec/src/main/resources/elasticsearch/en/test_case_index_mapping.json +++ b/openmetadata-spec/src/main/resources/elasticsearch/en/test_case_index_mapping.json @@ -472,6 +472,31 @@ } } }, + "tier": { + "properties": { + "tagFQN": { + "type": "keyword", + "fields": { + "text": { + "type": "text", + "analyzer": "om_analyzer" + } + } + }, + "labelType": { + "type": "keyword" + }, + "description": { + "type": "text" + }, + "source": { + "type": "keyword" + }, + "state": { + "type": "keyword" + } + } + }, "version": { "type": "float" }, diff --git a/openmetadata-spec/src/main/resources/elasticsearch/en/test_case_resolution_status_index_mapping.json b/openmetadata-spec/src/main/resources/elasticsearch/en/test_case_resolution_status_index_mapping.json index 2ae5f5c1b85..5d917b4e82f 100644 --- a/openmetadata-spec/src/main/resources/elasticsearch/en/test_case_resolution_status_index_mapping.json +++ b/openmetadata-spec/src/main/resources/elasticsearch/en/test_case_resolution_status_index_mapping.json @@ -733,6 +733,31 @@ } } }, + "tier": { + "properties": { + "tagFQN": { + "type": "keyword", + "fields": { + "text": { + "type": "text", + "analyzer": "om_analyzer" + } + } + }, + "labelType": { + "type": "keyword" + }, + "description": { + "type": "text" + }, + "source": { + "type": "keyword" + }, + "state": { + "type": "keyword" + } + } + }, "owners": { "properties": { "id": { diff --git a/openmetadata-spec/src/main/resources/elasticsearch/en/test_case_result_index_mapping.json b/openmetadata-spec/src/main/resources/elasticsearch/en/test_case_result_index_mapping.json index ef78d3170d8..390fc0f0654 100644 --- a/openmetadata-spec/src/main/resources/elasticsearch/en/test_case_result_index_mapping.json +++ b/openmetadata-spec/src/main/resources/elasticsearch/en/test_case_result_index_mapping.json @@ -298,6 +298,31 @@ "type": "keyword" } } + }, + "tier": { + "properties": { + "tagFQN": { + "type": "keyword", + "fields": { + "text": { + "type": "text", + "analyzer": "om_analyzer" + } + } + }, + "labelType": { + "type": "keyword" + }, + "description": { + "type": "text" + }, + "source": { + "type": "keyword" + }, + "state": { + "type": "keyword" + } + } } } }, diff --git a/openmetadata-spec/src/main/resources/elasticsearch/en/test_suite_index_mapping.json b/openmetadata-spec/src/main/resources/elasticsearch/en/test_suite_index_mapping.json index 0388f1836d0..fce5a7e7285 100644 --- a/openmetadata-spec/src/main/resources/elasticsearch/en/test_suite_index_mapping.json +++ b/openmetadata-spec/src/main/resources/elasticsearch/en/test_suite_index_mapping.json @@ -235,6 +235,31 @@ } } }, + "tier": { + "properties": { + "tagFQN": { + "type": "keyword", + "fields": { + "text": { + "type": "text", + "analyzer": "om_analyzer" + } + } + }, + "labelType": { + "type": "keyword" + }, + "description": { + "type": "text" + }, + "source": { + "type": "keyword" + }, + "state": { + "type": "keyword" + } + } + }, "domains": { "properties": { "id": { diff --git a/openmetadata-spec/src/main/resources/elasticsearch/jp/data_products_index_mapping.json b/openmetadata-spec/src/main/resources/elasticsearch/jp/data_products_index_mapping.json index 3fb5d40209a..27c45a68254 100644 --- a/openmetadata-spec/src/main/resources/elasticsearch/jp/data_products_index_mapping.json +++ b/openmetadata-spec/src/main/resources/elasticsearch/jp/data_products_index_mapping.json @@ -357,6 +357,31 @@ } } }, + "tier": { + "properties": { + "tagFQN": { + "type": "keyword", + "fields": { + "text": { + "type": "text", + "analyzer": "om_analyzer" + } + } + }, + "labelType": { + "type": "keyword" + }, + "description": { + "type": "text" + }, + "source": { + "type": "keyword" + }, + "state": { + "type": "keyword" + } + } + }, "extension": { "type": "object" }, diff --git a/openmetadata-spec/src/main/resources/elasticsearch/jp/security_service_index_mapping.json b/openmetadata-spec/src/main/resources/elasticsearch/jp/security_service_index_mapping.json index f36ab36dcce..079cc129b29 100644 --- a/openmetadata-spec/src/main/resources/elasticsearch/jp/security_service_index_mapping.json +++ b/openmetadata-spec/src/main/resources/elasticsearch/jp/security_service_index_mapping.json @@ -161,6 +161,31 @@ } } }, + "tier": { + "properties": { + "tagFQN": { + "type": "keyword", + "fields": { + "text": { + "type": "text", + "analyzer": "om_analyzer" + } + } + }, + "labelType": { + "type": "keyword" + }, + "description": { + "type": "text" + }, + "source": { + "type": "keyword" + }, + "state": { + "type": "keyword" + } + } + }, "owner": { "properties": { "id": { @@ -379,6 +404,31 @@ } } }, + "tier": { + "properties": { + "tagFQN": { + "type": "keyword", + "fields": { + "text": { + "type": "text", + "analyzer": "om_analyzer" + } + } + }, + "labelType": { + "type": "keyword" + }, + "description": { + "type": "text" + }, + "source": { + "type": "keyword" + }, + "state": { + "type": "keyword" + } + } + }, "suggest": { "type": "completion", "contexts": [ diff --git a/openmetadata-spec/src/main/resources/elasticsearch/jp/test_case_index_mapping.json b/openmetadata-spec/src/main/resources/elasticsearch/jp/test_case_index_mapping.json index 6937078a196..b951e809527 100644 --- a/openmetadata-spec/src/main/resources/elasticsearch/jp/test_case_index_mapping.json +++ b/openmetadata-spec/src/main/resources/elasticsearch/jp/test_case_index_mapping.json @@ -243,6 +243,31 @@ } } }, + "tier": { + "properties": { + "tagFQN": { + "type": "keyword", + "fields": { + "text": { + "type": "text", + "analyzer": "om_analyzer" + } + } + }, + "labelType": { + "type": "keyword" + }, + "description": { + "type": "text" + }, + "source": { + "type": "keyword" + }, + "state": { + "type": "keyword" + } + } + }, "owners": { "properties": { "id": { diff --git a/openmetadata-spec/src/main/resources/elasticsearch/jp/test_case_resolution_status_index_mapping.json b/openmetadata-spec/src/main/resources/elasticsearch/jp/test_case_resolution_status_index_mapping.json index d210c1786c2..bb9c315495b 100644 --- a/openmetadata-spec/src/main/resources/elasticsearch/jp/test_case_resolution_status_index_mapping.json +++ b/openmetadata-spec/src/main/resources/elasticsearch/jp/test_case_resolution_status_index_mapping.json @@ -689,6 +689,31 @@ } } }, + "tier": { + "properties": { + "tagFQN": { + "type": "keyword", + "fields": { + "text": { + "type": "text", + "analyzer": "om_analyzer" + } + } + }, + "labelType": { + "type": "keyword" + }, + "description": { + "type": "text" + }, + "source": { + "type": "keyword" + }, + "state": { + "type": "keyword" + } + } + }, "owners": { "properties": { "id": { diff --git a/openmetadata-spec/src/main/resources/elasticsearch/jp/test_case_result_index_mapping.json b/openmetadata-spec/src/main/resources/elasticsearch/jp/test_case_result_index_mapping.json index 4ad60c5a4d5..fb21e7b9ea5 100644 --- a/openmetadata-spec/src/main/resources/elasticsearch/jp/test_case_result_index_mapping.json +++ b/openmetadata-spec/src/main/resources/elasticsearch/jp/test_case_result_index_mapping.json @@ -298,6 +298,31 @@ "type": "keyword" } } + }, + "tier": { + "properties": { + "tagFQN": { + "type": "keyword", + "fields": { + "text": { + "type": "text", + "analyzer": "om_analyzer" + } + } + }, + "labelType": { + "type": "keyword" + }, + "description": { + "type": "text" + }, + "source": { + "type": "keyword" + }, + "state": { + "type": "keyword" + } + } } }, "testDefinition": { diff --git a/openmetadata-spec/src/main/resources/elasticsearch/jp/test_suite_index_mapping.json b/openmetadata-spec/src/main/resources/elasticsearch/jp/test_suite_index_mapping.json index d6e4bc8a7a1..ea46e4f16fc 100644 --- a/openmetadata-spec/src/main/resources/elasticsearch/jp/test_suite_index_mapping.json +++ b/openmetadata-spec/src/main/resources/elasticsearch/jp/test_suite_index_mapping.json @@ -208,6 +208,31 @@ } } }, + "tier": { + "properties": { + "tagFQN": { + "type": "keyword", + "fields": { + "text": { + "type": "text", + "analyzer": "om_analyzer" + } + } + }, + "labelType": { + "type": "keyword" + }, + "description": { + "type": "text" + }, + "source": { + "type": "keyword" + }, + "state": { + "type": "keyword" + } + } + }, "domains": { "properties": { "id": { diff --git a/openmetadata-spec/src/main/resources/elasticsearch/ru/data_products_index_mapping.json b/openmetadata-spec/src/main/resources/elasticsearch/ru/data_products_index_mapping.json index e3a15e7b45a..ab17ac78b38 100644 --- a/openmetadata-spec/src/main/resources/elasticsearch/ru/data_products_index_mapping.json +++ b/openmetadata-spec/src/main/resources/elasticsearch/ru/data_products_index_mapping.json @@ -247,6 +247,31 @@ } } }, + "tier": { + "properties": { + "tagFQN": { + "type": "keyword", + "fields": { + "text": { + "type": "text", + "analyzer": "om_analyzer" + } + } + }, + "labelType": { + "type": "keyword" + }, + "description": { + "type": "text" + }, + "source": { + "type": "keyword" + }, + "state": { + "type": "keyword" + } + } + }, "domains": { "properties": { "id": { diff --git a/openmetadata-spec/src/main/resources/elasticsearch/ru/security_service_index_mapping.json b/openmetadata-spec/src/main/resources/elasticsearch/ru/security_service_index_mapping.json index 9c1f7c267f5..d7d69d20e67 100644 --- a/openmetadata-spec/src/main/resources/elasticsearch/ru/security_service_index_mapping.json +++ b/openmetadata-spec/src/main/resources/elasticsearch/ru/security_service_index_mapping.json @@ -275,6 +275,31 @@ } } }, + "tier": { + "properties": { + "tagFQN": { + "type": "keyword", + "fields": { + "text": { + "type": "text", + "analyzer": "om_analyzer" + } + } + }, + "labelType": { + "type": "keyword" + }, + "description": { + "type": "text" + }, + "source": { + "type": "keyword" + }, + "state": { + "type": "keyword" + } + } + }, "serviceType": { "type": "keyword", "normalizer": "lowercase_normalizer" diff --git a/openmetadata-spec/src/main/resources/elasticsearch/ru/test_case_index_mapping.json b/openmetadata-spec/src/main/resources/elasticsearch/ru/test_case_index_mapping.json index 3ed4d75043b..10cdb802320 100644 --- a/openmetadata-spec/src/main/resources/elasticsearch/ru/test_case_index_mapping.json +++ b/openmetadata-spec/src/main/resources/elasticsearch/ru/test_case_index_mapping.json @@ -491,6 +491,31 @@ } } }, + "tier": { + "properties": { + "tagFQN": { + "type": "keyword", + "fields": { + "text": { + "type": "text", + "analyzer": "om_analyzer" + } + } + }, + "labelType": { + "type": "keyword" + }, + "description": { + "type": "text" + }, + "source": { + "type": "keyword" + }, + "state": { + "type": "keyword" + } + } + }, "version": { "type": "float" }, diff --git a/openmetadata-spec/src/main/resources/elasticsearch/ru/test_case_resolution_status_index_mapping.json b/openmetadata-spec/src/main/resources/elasticsearch/ru/test_case_resolution_status_index_mapping.json index b7a9a764cc8..931c3911a1d 100644 --- a/openmetadata-spec/src/main/resources/elasticsearch/ru/test_case_resolution_status_index_mapping.json +++ b/openmetadata-spec/src/main/resources/elasticsearch/ru/test_case_resolution_status_index_mapping.json @@ -752,6 +752,31 @@ } } }, + "tier": { + "properties": { + "tagFQN": { + "type": "keyword", + "fields": { + "text": { + "type": "text", + "analyzer": "om_analyzer" + } + } + }, + "labelType": { + "type": "keyword" + }, + "description": { + "type": "text" + }, + "source": { + "type": "keyword" + }, + "state": { + "type": "keyword" + } + } + }, "owners": { "properties": { "id": { diff --git a/openmetadata-spec/src/main/resources/elasticsearch/ru/test_case_result_index_mapping.json b/openmetadata-spec/src/main/resources/elasticsearch/ru/test_case_result_index_mapping.json index c496a993768..73343023207 100644 --- a/openmetadata-spec/src/main/resources/elasticsearch/ru/test_case_result_index_mapping.json +++ b/openmetadata-spec/src/main/resources/elasticsearch/ru/test_case_result_index_mapping.json @@ -317,6 +317,31 @@ "type": "keyword" } } + }, + "tier": { + "properties": { + "tagFQN": { + "type": "keyword", + "fields": { + "text": { + "type": "text", + "analyzer": "om_analyzer" + } + } + }, + "labelType": { + "type": "keyword" + }, + "description": { + "type": "text" + }, + "source": { + "type": "keyword" + }, + "state": { + "type": "keyword" + } + } } } }, diff --git a/openmetadata-spec/src/main/resources/elasticsearch/ru/test_suite_index_mapping.json b/openmetadata-spec/src/main/resources/elasticsearch/ru/test_suite_index_mapping.json index f71925387ae..4c00cddd0b5 100644 --- a/openmetadata-spec/src/main/resources/elasticsearch/ru/test_suite_index_mapping.json +++ b/openmetadata-spec/src/main/resources/elasticsearch/ru/test_suite_index_mapping.json @@ -254,6 +254,31 @@ } } }, + "tier": { + "properties": { + "tagFQN": { + "type": "keyword", + "fields": { + "text": { + "type": "text", + "analyzer": "om_analyzer" + } + } + }, + "labelType": { + "type": "keyword" + }, + "description": { + "type": "text" + }, + "source": { + "type": "keyword" + }, + "state": { + "type": "keyword" + } + } + }, "domains": { "properties": { "id": { diff --git a/openmetadata-spec/src/main/resources/elasticsearch/zh/data_products_index_mapping.json b/openmetadata-spec/src/main/resources/elasticsearch/zh/data_products_index_mapping.json index d6f1619164c..2425e429037 100644 --- a/openmetadata-spec/src/main/resources/elasticsearch/zh/data_products_index_mapping.json +++ b/openmetadata-spec/src/main/resources/elasticsearch/zh/data_products_index_mapping.json @@ -353,6 +353,31 @@ } } }, + "tier": { + "properties": { + "tagFQN": { + "type": "keyword", + "fields": { + "text": { + "type": "text", + "analyzer": "om_analyzer" + } + } + }, + "labelType": { + "type": "keyword" + }, + "description": { + "type": "text" + }, + "source": { + "type": "keyword" + }, + "state": { + "type": "keyword" + } + } + }, "totalVotes": { "type": "long", "null_value": 0 diff --git a/openmetadata-spec/src/main/resources/elasticsearch/zh/security_service_index_mapping.json b/openmetadata-spec/src/main/resources/elasticsearch/zh/security_service_index_mapping.json index e1fce3ea4ee..f09582baaa4 100644 --- a/openmetadata-spec/src/main/resources/elasticsearch/zh/security_service_index_mapping.json +++ b/openmetadata-spec/src/main/resources/elasticsearch/zh/security_service_index_mapping.json @@ -162,6 +162,31 @@ } } }, + "tier": { + "properties": { + "tagFQN": { + "type": "keyword", + "fields": { + "text": { + "type": "text", + "analyzer": "om_analyzer" + } + } + }, + "labelType": { + "type": "keyword" + }, + "description": { + "type": "text" + }, + "source": { + "type": "keyword" + }, + "state": { + "type": "keyword" + } + } + }, "owner": { "properties": { "id": { @@ -389,6 +414,31 @@ } } }, + "tier": { + "properties": { + "tagFQN": { + "type": "keyword", + "fields": { + "text": { + "type": "text", + "analyzer": "om_analyzer" + } + } + }, + "labelType": { + "type": "keyword" + }, + "description": { + "type": "text" + }, + "source": { + "type": "keyword" + }, + "state": { + "type": "keyword" + } + } + }, "suggest": { "type": "completion", "contexts": [ diff --git a/openmetadata-spec/src/main/resources/elasticsearch/zh/test_case_index_mapping.json b/openmetadata-spec/src/main/resources/elasticsearch/zh/test_case_index_mapping.json index e581a2d9c61..9a9e8143cc4 100644 --- a/openmetadata-spec/src/main/resources/elasticsearch/zh/test_case_index_mapping.json +++ b/openmetadata-spec/src/main/resources/elasticsearch/zh/test_case_index_mapping.json @@ -159,6 +159,31 @@ } } }, + "tier": { + "properties": { + "tagFQN": { + "type": "keyword", + "fields": { + "text": { + "type": "text", + "analyzer": "om_analyzer" + } + } + }, + "labelType": { + "type": "keyword" + }, + "description": { + "type": "text" + }, + "source": { + "type": "keyword" + }, + "state": { + "type": "keyword" + } + } + }, "entityFQN": { "type": "keyword", "normalizer": "lowercase_normalizer" diff --git a/openmetadata-spec/src/main/resources/elasticsearch/zh/test_case_resolution_status_index_mapping.json b/openmetadata-spec/src/main/resources/elasticsearch/zh/test_case_resolution_status_index_mapping.json index 6a109daa04a..4f4ced620bb 100644 --- a/openmetadata-spec/src/main/resources/elasticsearch/zh/test_case_resolution_status_index_mapping.json +++ b/openmetadata-spec/src/main/resources/elasticsearch/zh/test_case_resolution_status_index_mapping.json @@ -678,6 +678,31 @@ } } }, + "tier": { + "properties": { + "tagFQN": { + "type": "keyword", + "fields": { + "text": { + "type": "text", + "analyzer": "om_analyzer" + } + } + }, + "labelType": { + "type": "keyword" + }, + "description": { + "type": "text" + }, + "source": { + "type": "keyword" + }, + "state": { + "type": "keyword" + } + } + }, "owners": { "properties": { "id": { diff --git a/openmetadata-spec/src/main/resources/elasticsearch/zh/test_case_result_index_mapping.json b/openmetadata-spec/src/main/resources/elasticsearch/zh/test_case_result_index_mapping.json index b3157af0988..212ad06a228 100644 --- a/openmetadata-spec/src/main/resources/elasticsearch/zh/test_case_result_index_mapping.json +++ b/openmetadata-spec/src/main/resources/elasticsearch/zh/test_case_result_index_mapping.json @@ -296,6 +296,31 @@ "type": "keyword" } } + }, + "tier": { + "properties": { + "tagFQN": { + "type": "keyword", + "fields": { + "text": { + "type": "text", + "analyzer": "om_analyzer" + } + } + }, + "labelType": { + "type": "keyword" + }, + "description": { + "type": "text" + }, + "source": { + "type": "keyword" + }, + "state": { + "type": "keyword" + } + } } } }, diff --git a/openmetadata-spec/src/main/resources/elasticsearch/zh/test_suite_index_mapping.json b/openmetadata-spec/src/main/resources/elasticsearch/zh/test_suite_index_mapping.json index 1936f18a7f7..4aae2eb66f1 100644 --- a/openmetadata-spec/src/main/resources/elasticsearch/zh/test_suite_index_mapping.json +++ b/openmetadata-spec/src/main/resources/elasticsearch/zh/test_suite_index_mapping.json @@ -197,6 +197,31 @@ } } }, + "tier": { + "properties": { + "tagFQN": { + "type": "keyword", + "fields": { + "text": { + "type": "text", + "analyzer": "om_analyzer" + } + } + }, + "labelType": { + "type": "keyword" + }, + "description": { + "type": "text" + }, + "source": { + "type": "keyword" + }, + "state": { + "type": "keyword" + } + } + }, "domains": { "properties": { "id": {