dosubot[bot] commented on issue #31592: URL: https://github.com/apache/superset/issues/31592#issuecomment-2558096113
<!-- Greeting --> Hey @qingshan007, I'm here to help you out with any bugs, questions, or contributions you have in mind. Let's tackle this together! <!-- Answer --> The issue you're experiencing with incorrect updates to the owner badge list when editing chart properties might be related to how Superset handles updates to owner tags. The `after_update` method in the `ChartUpdater` class is responsible for managing these updates. It ensures that the owner tags are correctly added or removed based on the current state of the chart's ownership <sup>[[1]](https://github.com/apache/superset/blob/master/superset/tags/models.py)</sup>. If the owner badge list is not updating correctly, it could be due to a problem in this method or related database operations. You might want to check if there are any discrepancies in the `TaggedObject` table or if the `after_update` method is being triggered correctly during chart property edits. Additionally, ensure that your Superset instance is correctly configured and that there are no issues with the database connection or session management that could affect these updates. If the problem persists, reviewing recent changes in the codebase related to chart property editing or owner badge updates might provide further insights. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/36eeb1e2-3731-4820-a4d7-ccc28d32b8dc?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/36eeb1e2-3731-4820-a4d7-ccc28d32b8dc?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/36eeb1e2-3731-4820-a4d7-ccc28d32b8dc?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/36eeb1e2-3731-4820-a4d7-ccc28d32b8dc?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/36eeb1e2-3731-4820-a4d7-ccc28d32b8dc?feedback_type=hallucination) | [Other](https://app.dosu.dev/response-feedback/36eeb1e2-3731-4820-a4d7-ccc28d32b8dc?feedback_type=other)</sup> -- 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]
