-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
Labels
acceptedAn Issue that is confirmed as a bug by the DataHub Maintainers.An Issue that is confirmed as a bug by the DataHub Maintainers.bugBug reportBug report
Description
Describe the bug
It seems that the userownership-datasets view pagination doesn't work. It shows the proper number of pages but it doesn't trigger any action.
Also, If I navigate to http://host:9001/#/user/urn:li:corpuser:airflow/userownership-datasets?page=4
The search query doesn't take into account the page.
http://host:9001/api/v2/search?input=owners%3Aairflow&type=dataset&start=0&count=10
{
"count": 10,
"elements": [....],
"searchResultMetadatas": [
{
"aggregations": { "dwh": 87 },
"name": "platform"
},
{
"aggregations": { "prod": 87 },
"name": "origin"
}
],
"start": 0,
"total": 87
}
Metadata
Metadata
Assignees
Labels
acceptedAn Issue that is confirmed as a bug by the DataHub Maintainers.An Issue that is confirmed as a bug by the DataHub Maintainers.bugBug reportBug report