Skip to content

Commit c4722b5

Browse files
author
Esty Thomas
committed
Merge branch 'staging'
2 parents 534ab8f + b8ff69d commit c4722b5

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

core/spark/es.py

+4-6
Original file line numberDiff line numberDiff line change
@@ -208,12 +208,10 @@ def copy_es_index(
208208
'refresh_interval': -1
209209
},
210210
'mappings': {
211-
'record': {
212-
'date_detection': False,
213-
'properties': {
214-
'combine_db_id': {
215-
'type': 'integer'
216-
}
211+
'date_detection': False,
212+
'properties': {
213+
'combine_db_id': {
214+
'type': 'integer'
217215
}
218216
}
219217
}

0 commit comments

Comments
 (0)