Skip to content

Commit

Permalink
feat: add chart into common ES index map (#77)
Browse files Browse the repository at this point in the history
Signed-off-by: feng-tao <fengtao04@gmail.com>
  • Loading branch information
feng-tao authored Oct 16, 2020
1 parent 62291d8 commit 4a7eea4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions amundsen_common/models/index_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,15 @@
}
}
},
"chart_names": {
"type":"text",
"analyzer": "simple",
"fields": {
"raw": {
"type": "keyword"
}
}
},
"tags": {
"type": "keyword"
},
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 4a7eea4

Please sign in to comment.