Veonms commented on issue #30351: URL: https://github.com/apache/superset/issues/30351#issuecomment-3028099018
We have just upgraded to version 4 (4.1.2 specifically) and can see this problem too: also see #33423 which is the same issue. It seems to be metadata related as this is where the message gets raised: https://github.com/apache/superset/blob/c74fae9663e4e4341baa106209219244eb5dc629/superset-frontend/src/SqlLab/actions/sqlLab.js#L486 And we can see this error repeatedly in Postgres (AWS RDS) v13.X: ``` RDS output ERROR: insert or update on table "tab_state" violates foreign key constraint "saved_query_id" DETAIL: Key (saved_query_id)=(602) is not present in table "saved_query". ``` -- 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]
