john-bodley edited a comment on issue #11680:
URL: 
https://github.com/apache/incubator-superset/issues/11680#issuecomment-729881747


   @junlincc and @rusackas I'm able to reproduce this from `master` using our 
production data. It seems like the issue is the fetched set of potential owners 
is quite restricted (the CRUD view fetches all users) and the prescribed owners 
are not within said set and thus the labels aren't rendered. My hunch is you 
may not be able to repo it as the corpus of users is defined entirely within 
the null state response. 
   
   The logic is defined 
[here](https://github.com/apache/incubator-superset/blob/55a3404b71232a1cfd6d978f666945cde37c99e2/superset-frontend/src/datasource/DatasourceEditor.jsx#L544-L552)
 and I only see one request to the `api/v1/dataset/related/owners` endpoint 
regardless of the typeahead state.


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