simple test DAG
This commit is contained in:
parent
fd25f9bf59
commit
fd53c5af5b
|
@ -86,10 +86,12 @@ def import_raw_graph():
|
||||||
"codec": "zstd_no_dict",
|
"codec": "zstd_no_dict",
|
||||||
"replication.type": "SEGMENT",
|
"replication.type": "SEGMENT",
|
||||||
|
|
||||||
"translog.flush_threshold_size": "2048MB"
|
"translog.flush_threshold_size": "2048MB",
|
||||||
|
|
||||||
|
"mapping.ignore_malformed": "True"
|
||||||
}
|
}
|
||||||
|
|
||||||
},
|
}
|
||||||
# "mappings": mappings[entity]
|
# "mappings": mappings[entity]
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue