codeant-ai-for-open-source[bot] commented on PR #38494:
URL: https://github.com/apache/superset/pull/38494#issuecomment-4031200848

   ## **Sequence Diagram**
   
   This PR ensures SQL Lab uses the correct block index and total block 
placeholders when formatting the running block progress message in translated 
interfaces.
   
   ```mermaid
   sequenceDiagram
       participant User
       participant SQLLabUI
       participant Backend
       participant I18n
   
       User->>SQLLabUI: Run query with multiple blocks
       SQLLabUI->>Backend: Send query for execution
       Backend-->>SQLLabUI: Report current block and total blocks
       SQLLabUI->>I18n: Format running block message with block values
       I18n-->>SQLLabUI: Return localized progress text
       SQLLabUI-->>User: Display running block progress message
   ```
   
   ---
   *Generated by [CodeAnt AI](https://codeant.ai)*
   


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