ERGO1995 commented on issue #31975: URL: https://github.com/apache/superset/issues/31975#issuecomment-2610478261
I found this update in superset/connectors/sqla/models.py in this commit https://github.com/apache/superset/pull/29840/commits/9023b487ad8b9a67dfc9674042480e9a759ecaf5: now: return list(set(extra_cache_keys)) before: return extra_cache_keys If i only revert this line, it works again for us in 4.1.1. Can someone explain why did this change? -- 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]
