diff --git a/amundsen_common/models/index_map.py b/amundsen_common/models/index_map.py index e2366b6..79c704b 100644 --- a/amundsen_common/models/index_map.py +++ b/amundsen_common/models/index_map.py @@ -162,6 +162,15 @@ } } }, + "chart_names": { + "type":"text", + "analyzer": "simple", + "fields": { + "raw": { + "type": "keyword" + } + } + }, "tags": { "type": "keyword" }, diff --git a/setup.py b/setup.py index 3c7fc83..bb32baa 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='amundsen-common', - version='0.5.6', + version='0.5.7', description='Common code library for Amundsen', long_description=open('README.md').read(), long_description_content_type='text/markdown',