us3r opened a new issue #6092: Cache per user URL: https://github.com/apache/incubator-superset/issues/6092 My users should see only their own data. I have added the table that corresponded to whole data. In the definition I have defined the view like: `select * from data where user = {{ current_username() }}` The result is ok. Unfortunately if users will try open cached dashboard associated with that table there is a chance that previously cached dashboard is created by different user. Could someone share some ideas? Maybe my idea was wrong and I should use different way too achive the same result. Or maybe I should do sth with cached key?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
