shoemoney commented on PR #44460:
URL: https://github.com/apache/superset/pull/44460#issuecomment-5787725964

   Heads up on the red `babel-extract` / `unit-tests-required` here — it is not 
this PR, it reproduces on a clean `master` checkout:
   
   ```
   $ git checkout master && python scripts/translations/check_pot_drift.py
   superset/translations/messages.pot is out of sync with source:
   1 string(s) in source are missing from the template,
   1 string(s) in the template no longer exist in source.
   
   + "This update would change the connection's effective destination 
(host/port, engine
      parameters, SSH tunnel endpoint, or OAuth2 endpoint URIs) while reusing 
the stored
      credential. Provide the real password (or SSH tunnel credential / OAuth2 
client
      secret) to confirm a connection move."
   
   - "This update would change the connection's effective destination 
(host/port, engine
      parameters, or SSH tunnel endpoint) while reusing the stored credential. 
Provide the
      real password (or SSH tunnel credential) to confirm a connection move."
   ```
   
   The OAuth2 reword landed in 
`superset/commands/database/{exceptions,update}.py` and
   `superset/db_engine_specs/{base,trino}.py` without a matching 
`babel_update.sh` run, so
   `messages.pot` still carries the pre-reword msgid. Every PR branched off 
current master
   inherits it.
   
   This branch touches no translatable strings, so I have left `messages.pot` 
alone rather
   than bundling an unrelated translations diff into an approved PR. Happy to 
push the
   one-string regeneration here if you would rather unblock this way — 
otherwise a
   regeneration on master clears it for everyone at once. Just say which you 
prefer.
   


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