On v0.8.11 on the group pages I am not seeing pagi...
# troubleshoot
s
On v0.8.11 on the group pages I am not seeing pagination for datasets. Also, members are not being shown. Groups were not appearing in search results either. I did a indices restoration and groups started appearing in search results. But even after indices restoration the pagination is not showing up for datasets and members list is empty. I checked in the database using
Copy code
SELECT * from metadata_aspect_v2 
where aspect = 'corpGroupInfo'
members are present for the groups. But they are not shown on the groups page
b
How did you add Members to the group?
Did you manually ingest?
There is no pagination for datasets on that page yet
The old "members" field of a group is about to be deprecated in favor of a GroupMembership aspect attached to each user.. The contents of this aspect are what is used to populate the members on that page
s
I did manually ingest earlier based on the examples in metadata-ingestion folder. Is there any migration script I can run to fix what is deprecated?
I saw pagination in the PR. Checking again it seems to be for members not datasets. So guess that is not an issue as that is not yet implemented
b
Got it - There is no migration script as of today. But we can consider putting one out. I should have made it much more explicit that we were deprecating that field in favor of a new aspect (it's for scalability reasons mainly)
s
This is a process gap which I have mentioned to @mammoth-bear-12532 before. I added some thoughts in https://datahubspace.slack.com/archives/CV2KB471C/p1629966721002100 to discuss
b
Yeah this is a great suggestion. I agree that eventually we will want this, it’s just a question of when. Datahub is still pre-version 1.0 and evolving very fast. Open to considering this as something we start doing in the next few months. Would you be interested in being the champion for it?