bito-code-review[bot] commented on PR #42642: URL: https://github.com/apache/superset/pull/42642#issuecomment-5191853406
<!-- Bito Reply --> The flagged issue is correct. The migration header's `Revises` field (e7d93a524ff6) does not match the actual `down_revision` (f3a8c1d2e9b7) defined in the file. To resolve this, update the `Revises` value in the docstring to match the `down_revision` identifier. ```python Revision ID: 16755d4ca4ae Revises: f3a8c1d2e9b7 Create Date: 2026-07-31 10:00:00.000000 ``` There are no other comments on this pull request to address. **superset/migrations/versions/2026-07-31_10-00_16755d4ca4ae_drop__customer_location_uc_take_2.py** ``` Revision ID: 16755d4ca4ae Revises: f3a8c1d2e9b7 Create Date: 2026-07-31 10:00:00.000000 ``` -- 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]
