mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-27 16:55:06 +00:00
increase size of es results when checking for existing data (#8966)
This commit is contained in:
parent
0a570c8585
commit
b8d99fc275
@ -160,6 +160,7 @@ class DataInsightWorkflow:
|
||||
gte = get_beginning_of_day_timestamp_mill()
|
||||
lte = get_end_of_day_timestamp_mill()
|
||||
query = {
|
||||
"size": 1000,
|
||||
"query": {
|
||||
"range": {
|
||||
"timestamp": {
|
||||
@ -167,7 +168,7 @@ class DataInsightWorkflow:
|
||||
"lte": lte,
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
}
|
||||
data = self.es_sink.read_records(index, query)
|
||||
try:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user