diff --git a/amundsen_common/models/index_map.py b/amundsen_common/models/index_map.py index efeb7c7..1589f8c 100644 --- a/amundsen_common/models/index_map.py +++ b/amundsen_common/models/index_map.py @@ -60,7 +60,7 @@ "analyzer": "simple", "fields": { "raw": { - "type": "keyword" + "type": "keyword", "normalizer": "column_names_normalizer" } } diff --git a/setup.py b/setup.py index ff8330d..b4ca3ab 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='amundsen-common', - version='0.5.10', + version='0.5.11', description='Common code library for Amundsen', long_description=open('README.md').read(), long_description_content_type='text/markdown',