betodealmeida commented on code in PR #24703: URL: https://github.com/apache/superset/pull/24703#discussion_r1270151840
########## superset/migrations/shared/migrate_viz/base.py: ########## @@ -31,6 +32,12 @@ Base = declarative_base() +class ChartMigratorStatus(Enum): Review Comment: Sure, I just worried that in the future someone's going to fix the area migration but will not change the import logic. I'll leave a comment in the area migrator. -- 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]
