Hi all! Im trying send a request to graphql to se...
# troubleshoot
f
Hi all! Im trying send a request to graphql to search for the datasets and get the error 503 😞 It work for 3000 records. but I need more. { search(input: { type: DATASET, query: "hasOwners:True", start: 0, count: 7000 }) { start count total searchResults { entity { urn type ...on Dataset { ownership { owners { type owner { ...on CorpUser { username } } } } } } } } }
i
Hi. That looks pretty much same as my question above. +1 if anyone could advise.
f
@big-carpet-38439 Do you have any ideas how to fix ?