You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/12/18 19:04:10 UTC

[GitHub] [incubator-superset] dpgaspar commented on issue #11680: Owner names not rendered in React Datasource editor

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


   We will probably go with `page_size=2000`, and address this properly next. A possible solution is to create a small feature on the generic related endpoint to support something like:
   ```
   {"filter": "<text to filter>", "ids": [1,2,4,n], page:X, page_size:Y}
   ```
   Where the endpoint would get filtered paginated data and make sure the requested ids were included on the response also. At a probable cost of a further query but still more efficient then sending back a very large payload
   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org