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


   The call to fetch owners is `/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: [email protected]

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