bito-code-review[bot] commented on code in PR #40695: URL: https://github.com/apache/superset/pull/40695#discussion_r3384758489
########## superset/migrations/versions/2026-06-02_12-00_c4d5e6f7a8b9_add_guest_token_revoked_before.py: ########## @@ -0,0 +1,42 @@ +# Licensed to the Apache Software Foundation (ASF) under one Review Comment: <!-- Bito Reply --> The suggestion to rename the migration file to avoid hyphens is not applicable in this context. Alembic migration files in Superset follow a specific naming convention that includes date-based prefixes with hyphens, and Alembic loads these files by path rather than by importing them as Python modules, making the hyphenated format both intentional and valid. -- 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]
