rusackas opened a new pull request, #44547:
URL: https://github.com/apache/superset/pull/44547

   ### SUMMARY
   `messages.pot` drifted from source again: 
`superset/commands/database/update.py`'s connection-move error message picked 
up mentions of the SSH tunnel and OAuth2 endpoint URIs (landed via #44003) 
without a `babel_update.sh` regeneration, so the committed template no longer 
matches source. That fails `check_pot_drift_test.py` (`babel-extract`, 
`unit-tests`, `unit-tests-required`) on `master` itself, and on every open PR 
whose branch includes that failure — currently blocking apache/superset#44546's 
required checks with no relation to that PR's own diff.
   
   Ran `./scripts/translations/babel_update.sh` and committed the mechanical 
output. Pure regeneration: verified with `check_pot_drift.py` ("matches a fresh 
extraction") and by diff — only `.pot`/`.po` files touched, no app code.
   
   ### TESTING INSTRUCTIONS
   ```bash
   python scripts/translations/check_pot_drift.py
   # -> superset/translations/messages.pot matches a fresh extraction.
   ```
   
   ### ADDITIONAL INFORMATION
   - [ ] Has associated issue:
   - [ ] Required feature flags:
   - [ ] Changes UI
   - [ ] Includes DB Migration (follow approval process in 
[SIP-59](https://github.com/apache/superset/issues/13351))
     - [ ] Migration is atomic, supports rollback & is backwards-compatible
     - [ ] Confirm DB migration upgrade and downgrade tested
     - [ ] Runtime estimates and downtime expectations provided
   - [ ] Introduces new feature or API
   - [ ] Removes existing feature or API
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)
   


-- 
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