Hi, I discovered a bug in DataHub where I get an e...
# troubleshoot
k
Hi, I discovered a bug in DataHub where I get an exception (
Result window is too large
) for paths that have more than 10,000 assets. I created an issue explaining it in details: https://github.com/datahub-project/datahub/issues/5928
b
Hey there this is indeed a known limitation. Searching for paginated results by default maxes at 10k limit. However, you can change this by adjusting the following elastic configuration value to increase it:
Copy code
index.max_result_window
As described here: https://www.elastic.co/guide/en/elasticsearch/reference/current/index-modules.html