Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Data Flow
Data Ingestion
Ingestion DAGs
Commits
863697e1
Commit
863697e1
authored
Mar 26, 2021
by
Kishore Battula
Browse files
Fixed limit issue in another search query
parent
f920a14e
Pipeline
#33682
passed with stages
in 8 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/dags/libs/search_record_ids.py
View file @
863697e1
...
...
@@ -150,6 +150,7 @@ class ExtendedSearchId(SearchId):
request_body
=
{
"kind"
:
"*:*:*:*"
,
"query"
:
query
,
"limit"
:
200
,
"returnedFields"
:
[
"id"
,
"version"
]
}
self
.
request_body
=
json
.
dumps
(
request_body
)
...
...
Write
Preview
Supports
Markdown
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