alibertz opened a new issue, #24257: URL: https://github.com/apache/superset/issues/24257
#### How to reproduce the bug 1. Open native filter/filter bar within a dashboard 2. Open "Add and edit filters" dialog 3. Click "DATASET" dropdown (with browser network tab open) 4. Open/view API call response that was just made after clicking the DATASET dropdown 5. Open "results" that is an array of Dataset objects that populate DATASETS dropdown options <img width="1438" alt="Screenshot 2023-05-31 at 9 45 27 AM" src="https://github.com/apache/superset/assets/28662778/f680c8b9-2ae6-4cb1-8576-3bfac1bbe53a"> 6. See that "owners" array is empty 7. Compare with `/api/v1/charts` API response that has non-empty "owners" field ### Expected results Each dataset object in "results" field of `/api/v1/dataset` API response payload should have a non empty "owners" field with relevant owner information so the DATASET dropdown can be filtered to by relevant owners. ### Actual results "owners" data missing from `/api/v1/dataset` API response payload #### Screenshots Another screenshot of 'owners' info missing from `/api/v1/dataset` API response payload  Proof that it should be included as it is listed in the schema:   ### Checklist - [x] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [x] I have reproduced the issue with at least the latest released version of superset. - [x] I have checked the issue tracker for the same issue and I haven't found one similar. Please let me know if there's anything additional I can provide. Thank you! -- 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-unsubscr...@superset.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org