mato1411 opened a new issue, #23058: URL: https://github.com/apache/superset/issues/23058
Users see "Error: The chart does not exist" error in Dashboard but access permissions to datasource are given. #### How to reproduce the bug We have our own Superset 2.0.1 instance running on EKS. A database connection to an Aurora instance is given. Based on the dataset `aurora.dataset1` 10 charts have been created and added to a Dashboard. A dedicated role has been created that grants users the permission `datasource access on [aurora].[dataset1](id:xx)`. A user opens the Dashboard. ### Expected results No error is shown. The charts are displayed. ### Actual results Only 8/10 charts are shown properly. 2 charts show the following error: "Error: The chart does not exist" #### Screenshots  ### Environment - Installation on EKS using Helm chart 0.8.4 - browser type and version: Across all browsers - superset version: 2.0.1 - any feature flags active: No ### 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. ### Additional context * The logs of all Superset pods not show any error. * In case a users with Admin role access the Dashboard, all charts are shown as expected. * In case a Admin users opens the chart and clicks on "UPDATE CHART", the chart is visible to the affected users for a couple of minutes. Afterwards, the error occurs again. Creating a copy of the affected chart not solves the problem. -- 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]
