rusackas commented on code in PR #40695:
URL: https://github.com/apache/superset/pull/40695#discussion_r3384757317


##########
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:
   This refers to a file (`add_guest_token_revoked_before.py`) that no longer 
exists — the guest-token revocation work was dropped from this PR. The only 
migration here is 
`2026-06-02_10-00_f7a1c93e0b21_add_sessions_invalidated_at.py`, which follows 
the standard Superset migration naming convention shared by all 349 existing 
migration files (e.g. `2015-09-21_17-30_4e6a06bad7a8_init.py`). Alembic loads 
these by file path rather than importing them as Python modules, so the 
hyphenated date prefix is 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]

Reply via email to