Skip to content

Pagination in userownership-datasets view doesn't work #1563

@afranzi

Description

@afranzi

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.bugBug report

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions