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 2022/01/10 20:40:24 UTC

[GitHub] [superset] nytai edited a comment on issue #11680: Owner names not rendered in React Datasource editor

nytai edited a comment on issue #11680:
URL: https://github.com/apache/superset/issues/11680#issuecomment-1009321691


   The call to fetch owners is `https://superset.aiml.apple.com/api/v1/dataset/related/owners` which is falling back to the FAB default limit of 20 (https://github.com/dpgaspar/Flask-AppBuilder/blob/314c3482b067f2fd3a2b29c222a2c1a8410d61e6/flask_appbuilder/api/__init__.py#L959)
   
   In order to repro this bug, you will need:
   1. To have more than 20 possible owner values
   2. Set an owner.
   3. Make sure the set owner is not part of the initial call that fetches 20 results.
   4. You will see the empty select option


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

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

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