nytai commented on issue #11680:
URL: 
https://github.com/apache/incubator-superset/issues/11680#issuecomment-731471573


   One difference is that `/api/v1/dataset/related/owners` is paginated (with 
`pageSize` and `pageIndex` params) while I'm guessing `/users/api/read` is not 
paginated. My guess is that airbnb is hitting this issue because they have >25 
users which is the default page size. The `/api/v1/dataset/related/owners` also 
supports searching via `filter` param. 
   
   
   My guess is that because the existing owners is not in the list of select 
options it's resulting in this weird rendering issue. We may want to consider 
just switching back to `/users/api/read` or trying to use the [pagianted select 
component](https://github.com/apache/incubator-superset/blob/fbe4a6622e0affd6568ba0d5c429dc6bec18f626/superset-frontend/src/components/Select/SupersetStyledSelect.tsx#L295)
 which may fix this issue 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to