Skip to content

Commit

Permalink
add key to ES feature index (#1258)
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitriy Kunitskiy <[email protected]>
  • Loading branch information
Dmitriy Kunitskiy authored Jun 22, 2021
1 parent 94edf0f commit 0f9e722
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions common/amundsen_common/models/index_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,9 @@
"type": "keyword",
"normalizer": "lowercase_normalizer"
},
"key": {
"type": "keyword"
},
"total_usage":{
"type": "long"
},
Expand Down
2 changes: 1 addition & 1 deletion common/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from setuptools import find_packages, setup

__version__ = '0.15.1'
__version__ = '0.15.2'

requirements_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'requirements-common.txt')
with open(requirements_path) as requirements_file:
Expand Down

0 comments on commit 0f9e722

Please sign in to comment.