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


   No request to /dataset/related/owner was made when typing into Owner field 
as well.
   Behavior for Chart and Dashboard is it trigger /related/owner  on every 
keytype.
   This is due to: 
https://github.com/apache/superset/blob/b489cffb570c4d078ec982fd11c3e46dd0310f24/superset-frontend/src/components/AsyncSelect/index.jsx#L88
 using Select instead of AsyncSelect. Can be considered as a separated issue.
   
   For anyone come by this issue: Changing this into 
`api/v1/dataset/related/owners?q=(page_size:2000)`  will be a quick fix.  
https://github.com/apache/superset/blob/b489cffb570c4d078ec982fd11c3e46dd0310f24/superset-frontend/src/datasource/DatasourceEditor.jsx#L629


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