mistercrunch commented on issue #33152: URL: https://github.com/apache/superset/issues/33152#issuecomment-2903030045
Oh wow, so maybe simply a database migration to do something like ```sql UPDATE chart SET query_context = NULL WHERE chart_id IN (SELECT DISTINCT chart_id FROM reports) ``` Probably as `sqlalchemy` in a database migration? @michael-s-molina what do you think? -- 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]
