bito-code-review[bot] commented on code in PR #40695: URL: https://github.com/apache/superset/pull/40695#discussion_r3391801340
########## superset/migrations/versions/2026-06-02_10-00_f7a1c93e0b21_add_sessions_invalidated_at.py: ########## @@ -0,0 +1,177 @@ +# Licensed to the Apache Software Foundation (ASF) under one Review Comment: <!-- Bito Reply --> The suggestion to rename the migration file is not necessary in this case. As you noted, the hyphenated date prefix is a standard naming convention for Superset Alembic migrations, and these files are loaded by path rather than imported as modules, making PEP 8 naming rules inapplicable here. -- 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]
