Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
AmendsenProject
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Shaik Janipasha
AmendsenProject
Commits
e29e11f1
Unverified
Commit
e29e11f1
authored
Jun 20, 2019
by
Tao Feng
Committed by
GitHub
Jun 20, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update table ES document (#93)
parent
8b9456f1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
elasticsearch_publisher.py
databuilder/publisher/elasticsearch_publisher.py
+5
-5
setup.py
setup.py
+1
-1
No files found.
databuilder/publisher/elasticsearch_publisher.py
View file @
e29e11f1
...
...
@@ -42,7 +42,7 @@ class ElasticsearchPublisher(Publisher):
"mappings":{
"table":{
"properties": {
"
table_
name": {
"name": {
"type":"text",
"analyzer": "simple",
"fields": {
...
...
@@ -60,11 +60,11 @@ class ElasticsearchPublisher(Publisher):
}
}
},
"
table_
last_updated_epoch": {
"last_updated_epoch": {
"type": "date",
"format": "epoch_second"
},
"
table_
description": {
"description": {
"type": "text",
"analyzer": "simple"
},
...
...
@@ -81,7 +81,7 @@ class ElasticsearchPublisher(Publisher):
"type": "text",
"analyzer": "simple"
},
"tag
_name
s": {
"tags": {
"type": "keyword"
},
"cluster": {
...
...
@@ -90,7 +90,7 @@ class ElasticsearchPublisher(Publisher):
"database": {
"type": "text"
},
"
table_
key": {
"key": {
"type": "keyword"
},
"total_usage":{
...
...
setup.py
View file @
e29e11f1
from
setuptools
import
setup
,
find_packages
__version__
=
'1.3.
2
'
__version__
=
'1.3.
3
'
setup
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment